Html Css Color HEX #8E70E5 Medium Purple

📋 copy color: '#8E70E5'

red 142 ◦ green 112 ◦ blue 229

#8E70E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #8E70E5

Tints of Medium Purple #8E70E5

RGB

 RED value IS 142 (55.86% from 255) = 29.4%

 GREEN value IS 112 (44.14% from 255) = 23.19%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 29.4%
G = 23.19%
B = 47.41%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8E70E5 (or 0x8E70E5) is known color: Medium Purple. HEX triplet: 8E, 70 and E5. RGB value is (142,112,229). Sum of RGB (Red+Green+Blue) = 142+112+229=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #8E70E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E70E5 is #718F1A. Grayscale: #858585. Windows color (decimal): -7442203 or 15036558. OLE color: 15036558.

HSL color Cylindrical-coordinate representation of color #8E70E5: hue angle of 255.38º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E70E5 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 112 229 -
CMYK 0.38 0.51 0 0.10
HSL 255.38º 0.69% 0.67% -
HSV(B) 255.38º 0.51% 0.9% -
XYZ 31.09 23 76.93 -
YUV 134.31 181.44 133.49 -
System Red Green Blue C M Y K H S L
Decimal 142 112 229 0.38 0.51 0 0.10 255.38 0.69 0.67
Hex 8E 70 E5 26 33 0 A FF 45 43
Octal 216 160 345 46 63 0 12 377 105 103
Binary 10001110 1110000 11100101 100110 110011 0 1010 11111111 1000101 1000011

Color Harmonies of #8E70E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E70E5

Black with #8E70E5

Text Example


Text Example

White with #8E70E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E70E5;
 }
 .AnyTagClassName
 {
   color: #8E70E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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