#9D82CB

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

Shades of Cold Purple #9D82CB

Tints of Cold Purple #9D82CB

Color information

#9D82CB (or 0x9D82CB) is unknown color: approx Cold Purple. HEX triplet: 9D, 82 and CB. RGB value is (157,130,203). Sum of RGB (Red+Green+Blue) = 157+130+203=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D82CB is #627D34. Grayscale: #929292. Windows color (decimal): -6454581 or 13337245. OLE color: 13337245.

HSL color Cylindrical-coordinate representation of color #9D82CB: hue angle of 262.19º 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 #9D82CB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157130203-
CMYK0.230.3600.20
HSL262.19º41.24%65.29%-
HSV(B)262.19º35.96%79.61%-
XYZ32.6727.4560.08-
YUV146.4159.95135.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.04%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=32.04%
G=26.53%
B=41.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571302030.230.3600.20262.1941.2465.29
Hex9D82CB17240141062941
Octal235202313274402440651101
Binary100111011000001011001011101111001000101001000001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D82CB; }

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

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

<style>
 a { background-color: #9D82CB; }

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

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

<style>
 span { border-color: #9D82CB; }

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

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