Html Css Color HEX #8E71DD Medium Purple

📋 copy color: '#8E71DD'

red 142 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #8E71DD

Tints of Medium Purple #8E71DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.74%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 29.83%
G = 23.74%
B = 46.43%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E71DD (or 0x8E71DD) is known color: Medium Purple. HEX triplet: 8E, 71 and DD. RGB value is (142,113,221). Sum of RGB (Red+Green+Blue) = 142+113+221=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71DD is #718E22. Grayscale: #858585. Windows color (decimal): -7441955 or 14512526. OLE color: 14512526.

HSL color Cylindrical-coordinate representation of color #8E71DD: hue angle of 256.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E71DD is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 113 221 -
CMYK 0.36 0.49 0 0.13
HSL 256.11º 0.61% 0.65% -
HSV(B) 256.11º 0.49% 0.87% -
XYZ 30.11 22.78 71.22 -
YUV 133.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 142 113 221 0.36 0.49 0 0.13 256.11 0.61 0.65
Hex 8E 71 DD 24 31 0 D 100 3D 41
Octal 216 161 335 44 61 0 15 400 75 101
Binary 10001110 1110001 11011101 100100 110001 0 1101 100000000 111101 1000001

Color Harmonies of #8E71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E71DD

Black with #8E71DD

Text Example


Text Example

White with #8E71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,113,221); }

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

background-color css

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

 a { background-color: rgb(142,113,221); }

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

border-color css

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

 span { border-color: rgb(142,113,221); }

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