Html Css Color HEX #8E72D7 Medium Purple

📋 copy color: '#8E72D7'

red 142 ◦ green 114 ◦ blue 215

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

Shades of Medium Purple #8E72D7

Tints of Medium Purple #8E72D7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 30.15%
G = 24.2%
B = 45.65%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8E72D7 (or 0x8E72D7) is known color: Medium Purple. HEX triplet: 8E, 72 and D7. RGB value is (142,114,215). Sum of RGB (Red+Green+Blue) = 142+114+215=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E72D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72D7 is #718D28. Grayscale: #858585. Windows color (decimal): -7441705 or 14119566. OLE color: 14119566.

HSL color Cylindrical-coordinate representation of color #8E72D7: hue angle of 256.63º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E72D7 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 114 215 -
CMYK 0.34 0.47 0 0.16
HSL 256.63º 0.56% 0.65% -
HSV(B) 256.63º 0.47% 0.84% -
XYZ 29.44 22.69 67.12 -
YUV 133.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 142 114 215 0.34 0.47 0 0.16 256.63 0.56 0.65
Hex 8E 72 D7 22 2F 0 10 101 38 41
Octal 216 162 327 42 57 0 20 401 70 101
Binary 10001110 1110010 11010111 100010 101111 0 10000 100000001 111000 1000001

Color Harmonies of #8E72D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E72D7

Black with #8E72D7

Text Example


Text Example

White with #8E72D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,114,215); }

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

background-color css

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

 a { background-color: rgb(142,114,215); }

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

border-color css

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

 span { border-color: rgb(142,114,215); }

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