#9981CE

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

Shades of Cold Purple #9981CE

Tints of Cold Purple #9981CE

Color information

#9981CE (or 0x9981CE) is unknown color: approx Cold Purple. HEX triplet: 99, 81 and CE. RGB value is (153,129,206). Sum of RGB (Red+Green+Blue) = 153+129+206=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #9981CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981CE is #667E31. Grayscale: #909090. Windows color (decimal): -6716978 or 13533593. OLE color: 13533593.

HSL color Cylindrical-coordinate representation of color #9981CE: hue angle of 258.7º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9981CE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153129206-
CMYK0.260.3700.19
HSL258.7º44%65.69%-
HSV(B)258.7º37.38%80.78%-
XYZ32.1326.9361.9-
YUV144.95162.45133.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=31.35%
G=26.43%
B=42.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531292060.260.3700.19258.74465.69
Hex9981CE1A250131032c42
Octal231201316324502340354102
Binary100110011000000111001110110101001010100111000000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9981CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9981CE; }

 p { color: rgb(153,129,206); }

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

<style>
 a { background-color: #9981CE; }

 a { background-color: rgb(153,129,206); }

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

<style>
 span { border-color: #9981CE; }

 span { border-color: rgb(153,129,206); }

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