#8E70DF

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

Shades of Medium Purple #8E70DF

Tints of Medium Purple #8E70DF

Color information

#8E70DF (or 0x8E70DF) is unknown color: approx Medium Purple. HEX triplet: 8E, 70 and DF. RGB value is (142,112,223). Sum of RGB (Red+Green+Blue) = 142+112+223=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E70DF is #718F20. Grayscale: #858585. Windows color (decimal): -7442209 or 14643342. OLE color: 14643342.

HSL color Cylindrical-coordinate representation of color #8E70DF: hue angle of 256.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E70DF is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142112223-
CMYK0.360.5000.13
HSL256.22º63.43%65.69%-
HSV(B)256.22º49.78%87.45%-
XYZ30.2722.6772.59-
YUV133.62178.44133.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 223 (87.5% from 255) = 46.75%
R=29.77%
G=23.48%
B=46.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421122230.360.5000.13256.2263.4365.69
Hex8E70DF24320D1003f42
Octal216160337446201540077102
Binary10001110111000011011111100100110010011011000000001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E70DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,223); }

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

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

 a { background-color: rgb(142,112,223); }

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

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

 span { border-color: rgb(142,112,223); }

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