#9987BF

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

Shades of Cold Purple #9987BF

Tints of Cold Purple #9987BF

Color information

#9987BF (or 0x9987BF) is unknown color: approx Cold Purple. HEX triplet: 99, 87 and BF. RGB value is (153,135,191). Sum of RGB (Red+Green+Blue) = 153+135+191=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #9987BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987BF is #667840. Grayscale: #929292. Windows color (decimal): -6715457 or 12552089. OLE color: 12552089.

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

Color convert

RGB153135191-
CMYK0.200.2900.25
HSL259.29º30.43%63.92%-
HSV(B)259.29º29.32%74.9%-
XYZ31.227.8653.02-
YUV146.77152.96132.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 191 (75% from 255) = 39.87%
R=31.94%
G=28.18%
B=39.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531351910.200.2900.25259.2930.4363.92
Hex9987BF141D0191031e40
Octal231207277243503140336100
Binary1001100110000111101111111010011101011001100000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9987BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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