#9F87BE

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

Shades of Cold Purple #9F87BE

Tints of Cold Purple #9F87BE

Color information

#9F87BE (or 0x9F87BE) is unknown color: approx Cold Purple. HEX triplet: 9F, 87 and BE. RGB value is (159,135,190). Sum of RGB (Red+Green+Blue) = 159+135+190=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87BE is #607841. Grayscale: #949494. Windows color (decimal): -6322242 or 12486559. OLE color: 12486559.

HSL color Cylindrical-coordinate representation of color #9F87BE: hue angle of 266.18º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F87BE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159135190-
CMYK0.160.2900.25
HSL266.18º29.73%63.73%-
HSV(B)266.18º28.95%74.51%-
XYZ32.2628.4252.5-
YUV148.45151.45135.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=32.85%
G=27.89%
B=39.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591351900.160.2900.25266.1829.7363.73
Hex9F87BE101D01910a1e40
Octal237207276203503141236100
Binary1001111110000111101111101000011101011001100001010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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