#8D82DD

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

Shades of Medium Purple #8D82DD

Tints of Medium Purple #8D82DD

Color information

#8D82DD (or 0x8D82DD) is unknown color: approx Medium Purple. HEX triplet: 8D, 82 and DD. RGB value is (141,130,221). Sum of RGB (Red+Green+Blue) = 141+130+221=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D82DD is #727D22. Grayscale: #8F8F8F. Windows color (decimal): -7503139 or 14516877. OLE color: 14516877.

HSL color Cylindrical-coordinate representation of color #8D82DD: hue angle of 247.25º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D82DD is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141130221-
CMYK0.360.4100.13
HSL247.25º57.23%68.82%-
HSV(B)247.25º41.18%86.67%-
XYZ32.0226.8571.9-
YUV143.66171.64126.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=28.66%
G=26.42%
B=44.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411302210.360.4100.13247.2557.2368.82
Hex8D82DD24290Df73945
Octal215202335445101536771105
Binary10001101100000101101110110010010100101101111101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D82DD; }

 p { color: rgb(141,130,221); }

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

<style>
 a { background-color: #8D82DD; }

 a { background-color: rgb(141,130,221); }

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

<style>
 span { border-color: #8D82DD; }

 span { border-color: rgb(141,130,221); }

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