#9F87BD

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

Shades of Cold Purple #9F87BD

Tints of Cold Purple #9F87BD

Color information

#9F87BD (or 0x9F87BD) is unknown color: approx Cold Purple. HEX triplet: 9F, 87 and BD. RGB value is (159,135,189). Sum of RGB (Red+Green+Blue) = 159+135+189=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F87BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87BD is #607842. Grayscale: #949494. Windows color (decimal): -6322243 or 12421023. OLE color: 12421023.

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

Color convert

RGB159135189-
CMYK0.160.2900.26
HSL266.67º29.03%63.53%-
HSV(B)266.67º28.57%74.12%-
XYZ32.1528.3751.93-
YUV148.33150.95135.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.92%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=32.92%
G=27.95%
B=39.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591351890.160.2900.26266.6729.0363.53
Hex9F87BD101D01A10b1d40
Octal237207275203503241335100
Binary1001111110000111101111011000011101011010100001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F87BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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