Html Css Color HEX #8E81DE Medium Purple

📋 copy color: '#8E81DE'

red 142 ◦ green 129 ◦ blue 222

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

Shades of Medium Purple #8E81DE

Tints of Medium Purple #8E81DE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.17%

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 28.8%
G = 26.17%
B = 45.03%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E81DE (or 0x8E81DE) is known color: Medium Purple. HEX triplet: 8E, 81 and DE. RGB value is (142,129,222). Sum of RGB (Red+Green+Blue) = 142+129+222=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E81DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81DE is #717E21. Grayscale: #8F8F8F. Windows color (decimal): -7437858 or 14582158. OLE color: 14582158.

HSL color Cylindrical-coordinate representation of color #8E81DE: hue angle of 248.39º degrees, saturation: 0.58, 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 #8E81DE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 129 222 -
CMYK 0.36 0.42 0 0.13
HSL 248.39º 0.58% 0.69% -
HSV(B) 248.39º 0.42% 0.87% -
XYZ 32.19 26.73 72.57 -
YUV 143.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 142 129 222 0.36 0.42 0 0.13 248.39 0.58 0.69
Hex 8E 81 DE 24 2A 0 D F8 3A 45
Octal 216 201 336 44 52 0 15 370 72 105
Binary 10001110 10000001 11011110 100100 101010 0 1101 11111000 111010 1000101

Color Harmonies of #8E81DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81DE

Black with #8E81DE

Text Example


Text Example

White with #8E81DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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