#9D82DC

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

Shades of Medium Purple #9D82DC

Tints of Medium Purple #9D82DC

Color information

#9D82DC (or 0x9D82DC) is unknown color: approx Medium Purple. HEX triplet: 9D, 82 and DC. RGB value is (157,130,220). Sum of RGB (Red+Green+Blue) = 157+130+220=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D82DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D82DC is #627D23. Grayscale: #949494. Windows color (decimal): -6454564 or 14451357. OLE color: 14451357.

HSL color Cylindrical-coordinate representation of color #9D82DC: hue angle of 258º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D82DC is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157130220-
CMYK0.290.4100.14
HSL258º56.25%68.63%-
HSV(B)258º40.91%86.27%-
XYZ34.8128.371.34-
YUV148.33168.45134.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=30.97%
G=25.64%
B=43.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571302200.290.4100.1425856.2568.63
Hex9D82DC1D290E1023845
Octal235202334355101640270105
Binary10011101100000101101110011101101001011101000000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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