#9989BD

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

Shades of Cold Purple #9989BD

Tints of Cold Purple #9989BD

Color information

#9989BD (or 0x9989BD) is unknown color: approx Cold Purple. HEX triplet: 99, 89 and BD. RGB value is (153,137,189). Sum of RGB (Red+Green+Blue) = 153+137+189=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #9989BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989BD is #667642. Grayscale: #939393. Windows color (decimal): -6714947 or 12421529. OLE color: 12421529.

HSL color Cylindrical-coordinate representation of color #9989BD: hue angle of 258.46º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9989BD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153137189-
CMYK0.190.2800.26
HSL258.46º28.26%63.92%-
HSV(B)258.46º27.51%74.12%-
XYZ31.2728.3451.97-
YUV147.71151.3131.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=31.94%
G=28.60%
B=39.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531371890.190.2800.26258.4628.2663.92
Hex9989BD131C01A1021c40
Octal231211275233403240234100
Binary1001100110001001101111011001111100011010100000010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9989BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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