#9686C3

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

Shades of Cold Purple #9686C3

Tints of Cold Purple #9686C3

Color information

#9686C3 (or 0x9686C3) is unknown color: approx Cold Purple. HEX triplet: 96, 86 and C3. RGB value is (150,134,195). Sum of RGB (Red+Green+Blue) = 150+134+195=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #9686C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686C3 is #69793C. Grayscale: #919191. Windows color (decimal): -6912317 or 12813974. OLE color: 12813974.

HSL color Cylindrical-coordinate representation of color #9686C3: hue angle of 255.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9686C3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150134195-
CMYK0.230.3100.24
HSL255.74º33.7%64.51%-
HSV(B)255.74º31.28%76.47%-
XYZ30.9527.4755.3-
YUV145.74155.8131.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 195 (76.56% from 255) = 40.71%
R=31.32%
G=27.97%
B=40.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501341950.230.3100.24255.7433.764.51
Hex9686C3171F0181002241
Octal226206303273703040042101
Binary10010110100001101100001110111111110110001000000001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9686C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9686C3; }

 p { color: rgb(150,134,195); }

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

<style>
 a { background-color: #9686C3; }

 a { background-color: rgb(150,134,195); }

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

<style>
 span { border-color: #9686C3; }

 span { border-color: rgb(150,134,195); }

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