#9F87CF

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

Shades of Cold Purple #9F87CF

Tints of Cold Purple #9F87CF

Color information

#9F87CF (or 0x9F87CF) is unknown color: approx Cold Purple. HEX triplet: 9F, 87 and CF. RGB value is (159,135,207). Sum of RGB (Red+Green+Blue) = 159+135+207=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F87CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87CF is #607830. Grayscale: #969696. Windows color (decimal): -6322225 or 13600671. OLE color: 13600671.

HSL color Cylindrical-coordinate representation of color #9F87CF: hue angle of 260º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F87CF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159135207-
CMYK0.230.3500.19
HSL260º42.86%67.06%-
HSV(B)260º34.78%81.18%-
XYZ34.2229.262.86-
YUV150.38159.95134.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=31.74%
G=26.95%
B=41.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591352070.230.3500.1926042.8667.06
Hex9F87CF17230131042b43
Octal237207317274302340453103
Binary100111111000011111001111101111000110100111000001001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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