#8e81db

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

Shades of Medium Purple #8E81DB

Tints of Medium Purple #8E81DB

Color information

#8E81DB (or 0x8E81DB) is unknown color: approx Medium Purple. HEX triplet: 8E, 81 and DB. RGB value is (142,129,219). Sum of RGB (Red+Green+Blue) = 142+129+219=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81DB is #717E24. Grayscale: #8E8E8E. Windows color (decimal): -7437861 or 14385550. OLE color: 14385550.

HSL color Cylindrical-coordinate representation of color #8E81DB: hue angle of 248.67º degrees, saturation: 0.56, 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 #8E81DB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142129219-
CMYK0.350.4100.14
HSL248.67º55.56%68.24%-
HSV(B)248.67º41.1%85.88%-
XYZ31.7926.5770.47-
YUV143.15170.81127.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=28.98%
G=26.33%
B=44.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421292190.350.4100.14248.6755.5668.24
Hex8E81DB23290Ef93844
Octal216201333435101637170104
Binary10001110100000011101101110001110100101110111110011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e81db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,219); }

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

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

 a { background-color: rgb(142,129,219); }

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

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

 span { border-color: rgb(142,129,219); }

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