#8D81DC

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

Shades of Medium Purple #8D81DC

Tints of Medium Purple #8D81DC

Color information

#8D81DC (or 0x8D81DC) is unknown color: approx Medium Purple. HEX triplet: 8D, 81 and DC. RGB value is (141,129,220). Sum of RGB (Red+Green+Blue) = 141+129+220=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D81DC is #727E23. Grayscale: #8E8E8E. Windows color (decimal): -7503396 or 14451085. OLE color: 14451085.

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

Color convert

RGB141129220-
CMYK0.360.4100.14
HSL247.91º56.52%68.43%-
HSV(B)247.91º41.36%86.27%-
XYZ31.7526.5371.16-
YUV142.96171.48126.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=28.78%
G=26.33%
B=44.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411292200.360.4100.14247.9156.5268.43
Hex8D81DC24290Ef83944
Octal215201334445101637071104
Binary10001101100000011101110010010010100101110111110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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