#9987B6

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

Shades of Cold Purple #9987B6

Tints of Cold Purple #9987B6

Color information

#9987B6 (or 0x9987B6) is unknown color: approx Cold Purple. HEX triplet: 99, 87 and B6. RGB value is (153,135,182). Sum of RGB (Red+Green+Blue) = 153+135+182=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #9987B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987B6 is #667849. Grayscale: #919191. Windows color (decimal): -6715466 or 11962265. OLE color: 11962265.

HSL color Cylindrical-coordinate representation of color #9987B6: hue angle of 262.98º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9987B6 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153135182-
CMYK0.160.2600.29
HSL262.98º24.35%62.16%-
HSV(B)262.98º25.82%71.37%-
XYZ30.2427.4847.97-
YUV145.74148.46133.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=32.55%
G=28.72%
B=38.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531351820.160.2600.29262.9824.3562.16
Hex9987B6101A01D107183e
Octal23120726620320354073076
Binary100110011000011110110110100001101001110110000011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9987B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9987B6; }

 p { color: rgb(153,135,182); }

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

<style>
 a { background-color: #9987B6; }

 a { background-color: rgb(153,135,182); }

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

<style>
 span { border-color: #9987B6; }

 span { border-color: rgb(153,135,182); }

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