#9D82CD

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

Shades of Cold Purple #9D82CD

Tints of Cold Purple #9D82CD

Color information

#9D82CD (or 0x9D82CD) is unknown color: approx Cold Purple. HEX triplet: 9D, 82 and CD. RGB value is (157,130,205). Sum of RGB (Red+Green+Blue) = 157+130+205=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D82CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D82CD is #627D32. Grayscale: #929292. Windows color (decimal): -6454579 or 13468317. OLE color: 13468317.

HSL color Cylindrical-coordinate representation of color #9D82CD: hue angle of 261.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D82CD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157130205-
CMYK0.230.3700.20
HSL261.6º42.86%65.69%-
HSV(B)261.6º36.59%80.39%-
XYZ32.9127.5461.34-
YUV146.62160.95135.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=31.91%
G=26.42%
B=41.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571302050.230.3700.20261.642.8665.69
Hex9D82CD17250141062b42
Octal235202315274502440653102
Binary100111011000001011001101101111001010101001000001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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