#9987BD

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

Shades of Cold Purple #9987BD

Tints of Cold Purple #9987BD

Color information

#9987BD (or 0x9987BD) is unknown color: approx Cold Purple. HEX triplet: 99, 87 and BD. RGB value is (153,135,189). Sum of RGB (Red+Green+Blue) = 153+135+189=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #9987BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987BD is #667842. Grayscale: #929292. Windows color (decimal): -6715459 or 12421017. OLE color: 12421017.

HSL color Cylindrical-coordinate representation of color #9987BD: hue angle of 260º 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 #9987BD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153135189-
CMYK0.190.2900.26
HSL260º29.03%63.53%-
HSV(B)260º28.57%74.12%-
XYZ30.9927.7751.87-
YUV146.54151.96132.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.08%
GREEN value IS 135 (53.12% from 255) = 28.30%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=32.08%
G=28.30%
B=39.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531351890.190.2900.2626029.0363.53
Hex9987BD131D01A1041d40
Octal231207275233503240435100
Binary1001100110000111101111011001111101011010100000100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9987BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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