#9F87CC

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

Shades of Cold Purple #9F87CC

Tints of Cold Purple #9F87CC

Color information

#9F87CC (or 0x9F87CC) is unknown color: approx Cold Purple. HEX triplet: 9F, 87 and CC. RGB value is (159,135,204). Sum of RGB (Red+Green+Blue) = 159+135+204=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F87CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87CC is #607833. Grayscale: #959595. Windows color (decimal): -6322228 or 13404063. OLE color: 13404063.

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

Color convert

RGB159135204-
CMYK0.220.3400.2
HSL260.87º40.35%66.47%-
HSV(B)260.87º33.82%80%-
XYZ33.8629.0660.95-
YUV150.04158.45134.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 135 (53.12% from 255) = 27.11%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=31.93%
G=27.11%
B=40.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591352040.220.3400.2260.8740.3566.47
Hex9F87CC16220141052842
Octal237207314264202440550102
Binary100111111000011111001100101101000100101001000001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F87CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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