#8D81DD

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

Shades of Medium Purple #8D81DD

Tints of Medium Purple #8D81DD

Color information

#8D81DD (or 0x8D81DD) is unknown color: approx Medium Purple. HEX triplet: 8D, 81 and DD. RGB value is (141,129,221). Sum of RGB (Red+Green+Blue) = 141+129+221=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D81DD is #727E22. Grayscale: #8E8E8E. Windows color (decimal): -7503395 or 14516621. OLE color: 14516621.

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

Color convert

RGB141129221-
CMYK0.360.4200.13
HSL247.83º57.5%68.63%-
HSV(B)247.83º41.63%86.67%-
XYZ31.8926.5871.86-
YUV143.08171.98126.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=28.72%
G=26.27%
B=45.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411292210.360.4200.13247.8357.568.63
Hex8D81DD242A0Df83a45
Octal215201335445201537072105
Binary10001101100000011101110110010010101001101111110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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