#9981CB

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

Shades of Cold Purple #9981CB

Tints of Cold Purple #9981CB

Color information

#9981CB (or 0x9981CB) is unknown color: approx Cold Purple. HEX triplet: 99, 81 and CB. RGB value is (153,129,203). Sum of RGB (Red+Green+Blue) = 153+129+203=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #9981CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981CB is #667E34. Grayscale: #909090. Windows color (decimal): -6716981 or 13336985. OLE color: 13336985.

HSL color Cylindrical-coordinate representation of color #9981CB: hue angle of 259.46º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9981CB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153129203-
CMYK0.250.3600.20
HSL259.46º41.57%65.1%-
HSV(B)259.46º36.45%79.61%-
XYZ31.7726.7860-
YUV144.61160.95133.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=31.55%
G=26.60%
B=41.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531292030.250.3600.20259.4641.5765.1
Hex9981CB19240141032a41
Octal231201313314402440352101
Binary100110011000000111001011110011001000101001000000111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9981CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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