#9F86CB

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

Shades of Cold Purple #9F86CB

Tints of Cold Purple #9F86CB

Color information

#9F86CB (or 0x9F86CB) is unknown color: approx Cold Purple. HEX triplet: 9F, 86 and CB. RGB value is (159,134,203). Sum of RGB (Red+Green+Blue) = 159+134+203=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86CB is #607934. Grayscale: #959595. Windows color (decimal): -6322485 or 13338271. OLE color: 13338271.

HSL color Cylindrical-coordinate representation of color #9F86CB: hue angle of 261.74º 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 #9F86CB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159134203-
CMYK0.220.3400.20
HSL261.74º39.88%66.08%-
HSV(B)261.74º33.99%79.61%-
XYZ33.628.7360.27-
YUV149.34158.28134.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=32.06%
G=27.02%
B=40.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591342030.220.3400.20261.7439.8866.08
Hex9F86CB16220141062842
Octal237206313264202440650102
Binary100111111000011011001011101101000100101001000001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F86CB; }

 p { color: rgb(159,134,203); }

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

<style>
 a { background-color: #9F86CB; }

 a { background-color: rgb(159,134,203); }

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

<style>
 span { border-color: #9F86CB; }

 span { border-color: rgb(159,134,203); }

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