#9989CA

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

Shades of Cold Purple #9989CA

Tints of Cold Purple #9989CA

Color information

#9989CA (or 0x9989CA) is unknown color: approx Cold Purple. HEX triplet: 99, 89 and CA. RGB value is (153,137,202). Sum of RGB (Red+Green+Blue) = 153+137+202=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #9989CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989CA is #667635. Grayscale: #949494. Windows color (decimal): -6714934 or 13273497. OLE color: 13273497.

HSL color Cylindrical-coordinate representation of color #9989CA: hue angle of 254.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9989CA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153137202-
CMYK0.240.3200.21
HSL254.77º38.01%66.47%-
HSV(B)254.77º32.18%79.22%-
XYZ32.7428.9359.74-
YUV149.19157.8130.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=31.10%
G=27.85%
B=41.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531372020.240.3200.21254.7738.0166.47
Hex9989CA1820015ff2642
Octal231211312304002537746102
Binary10011001100010011100101011000100000010101111111111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9989CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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