#9987BE

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

Shades of Cold Purple #9987BE

Tints of Cold Purple #9987BE

Color information

#9987BE (or 0x9987BE) is unknown color: approx Cold Purple. HEX triplet: 99, 87 and BE. RGB value is (153,135,190). Sum of RGB (Red+Green+Blue) = 153+135+190=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9987BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987BE is #667841. Grayscale: #929292. Windows color (decimal): -6715458 or 12486553. OLE color: 12486553.

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

Color convert

RGB153135190-
CMYK0.190.2900.25
HSL259.64º29.73%63.73%-
HSV(B)259.64º28.95%74.51%-
XYZ31.127.8252.45-
YUV146.65152.46132.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=32.01%
G=28.24%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531351900.190.2900.25259.6429.7363.73
Hex9987BE131D0191041e40
Octal231207276233503140436100
Binary1001100110000111101111101001111101011001100000100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9987BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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