#9989C2

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

Shades of Cold Purple #9989C2

Tints of Cold Purple #9989C2

Color information

#9989C2 (or 0x9989C2) is unknown color: approx Cold Purple. HEX triplet: 99, 89 and C2. RGB value is (153,137,194). Sum of RGB (Red+Green+Blue) = 153+137+194=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #9989C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989C2 is #66763D. Grayscale: #949494. Windows color (decimal): -6714942 or 12749209. OLE color: 12749209.

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

Color convert

RGB153137194-
CMYK0.210.2900.24
HSL256.84º31.84%64.9%-
HSV(B)256.84º29.38%76.08%-
XYZ31.8228.5654.87-
YUV148.28153.8131.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 194 (76.17% from 255) = 40.08%
R=31.61%
G=28.31%
B=40.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531371940.210.2900.24256.8431.8464.9
Hex9989C2151D0181012041
Octal231211302253503040140101
Binary10011001100010011100001010101111010110001000000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9989C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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