#9989B4

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

Shades of Cold Purple #9989B4

Tints of Cold Purple #9989B4

Color information

#9989B4 (or 0x9989B4) is unknown color: approx Cold Purple. HEX triplet: 99, 89 and B4. RGB value is (153,137,180). Sum of RGB (Red+Green+Blue) = 153+137+180=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #9989B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989B4 is #66764B. Grayscale: #929292. Windows color (decimal): -6714956 or 11831705. OLE color: 11831705.

HSL color Cylindrical-coordinate representation of color #9989B4: hue angle of 262.33º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9989B4 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153137180-
CMYK0.150.2400.29
HSL262.33º22.28%62.16%-
HSV(B)262.33º23.89%70.59%-
XYZ30.3227.9646.98-
YUV146.69146.8132.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=32.55%
G=29.15%
B=38.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531371800.150.2400.29262.3322.2862.16
Hex9989B4F1801D106163e
Octal23121126417300354062676
Binary10011001100010011011010011111100001110110000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9989B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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