#9687CC

Color #9687CC Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9687CC

Tints of Cold Purple #9687CC

Color information

#9687CC (or 0x9687CC) is unknown color: approx Cold Purple. HEX triplet: 96, 87 and CC. RGB value is (150,135,204). Sum of RGB (Red+Green+Blue) = 150+135+204=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #9687CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687CC is #697833. Grayscale: #939393. Windows color (decimal): -6912052 or 13404054. OLE color: 13404054.

HSL color Cylindrical-coordinate representation of color #9687CC: hue angle of 253.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9687CC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150135204-
CMYK0.260.3400.2
HSL253.04º40.35%66.47%-
HSV(B)253.04º33.82%80%-
XYZ32.1428.1760.87-
YUV147.35159.97129.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=30.67%
G=27.61%
B=41.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501352040.260.3400.2253.0440.3566.47
Hex9687CC1A22014fd2842
Octal226207314324202437550102
Binary10010110100001111100110011010100010010100111111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9687CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9687CC; }

 p { color: rgb(150,135,204); }

 H1.HeaderClassName
 {
   color: #9687CC;
 }
 .AnyTagClassName
 {
   color: #9687CC;
 }
</style>
background-color css

<style>
 a { background-color: #9687CC; }

 a { background-color: rgb(150,135,204); }

 div.DivClassName
 {
   background-color: #9687CC;
 }
 .BgClassName
 {
   background-color: #9687CC;
 }
</style>
border-color css

<style>
 span { border-color: #9687CC; }

 span { border-color: rgb(150,135,204); }

 td.TdClassName
 {
   border-color: #9687CC;
 }
 .TagClassName
 {
   border-color: #9687CC;
 }
</style>