#9982CB

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

Shades of Cold Purple #9982CB

Tints of Cold Purple #9982CB

Color information

#9982CB (or 0x9982CB) is unknown color: approx Cold Purple. HEX triplet: 99, 82 and CB. RGB value is (153,130,203). Sum of RGB (Red+Green+Blue) = 153+130+203=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #9982CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982CB is #667D34. Grayscale: #909090. Windows color (decimal): -6716725 or 13337241. OLE color: 13337241.

HSL color Cylindrical-coordinate representation of color #9982CB: hue angle of 258.9º degrees, saturation: 0.41, 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 #9982CB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153130203-
CMYK0.250.3600.20
HSL258.9º41.24%65.29%-
HSV(B)258.9º35.96%79.61%-
XYZ31.927.0560.04-
YUV145.2160.62133.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.48%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=31.48%
G=26.75%
B=41.77%

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
Decimal1531302030.250.3600.20258.941.2465.29
Hex9982CB19240141032941
Octal231202313314402440351101
Binary100110011000001011001011110011001000101001000000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9982CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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