#9989BF

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

Shades of Cold Purple #9989BF

Tints of Cold Purple #9989BF

Color information

#9989BF (or 0x9989BF) is unknown color: approx Cold Purple. HEX triplet: 99, 89 and BF. RGB value is (153,137,191). Sum of RGB (Red+Green+Blue) = 153+137+191=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #9989BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989BF is #667640. Grayscale: #939393. Windows color (decimal): -6714945 or 12552601. OLE color: 12552601.

HSL color Cylindrical-coordinate representation of color #9989BF: hue angle of 257.78º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9989BF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153137191-
CMYK0.200.2800.25
HSL257.78º29.67%64.31%-
HSV(B)257.78º28.27%74.9%-
XYZ31.4928.4353.12-
YUV147.94152.3131.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 191 (75% from 255) = 39.71%
R=31.81%
G=28.48%
B=39.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531371910.200.2800.25257.7829.6764.31
Hex9989BF141C0191021e40
Octal231211277243403140236100
Binary1001100110001001101111111010011100011001100000010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9989BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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