Html Css Color HEX #8E61DF Medium Purple

📋 copy color: '#8E61DF'

red 142 ◦ green 97 ◦ blue 223

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

Shades of Medium Purple #8E61DF

Tints of Medium Purple #8E61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 30.74%
G = 21%
B = 48.27%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E61DF (or 0x8E61DF) is known color: Medium Purple. HEX triplet: 8E, 61 and DF. RGB value is (142,97,223). Sum of RGB (Red+Green+Blue) = 142+97+223=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E61DF is #719E20. Grayscale: #7C7C7C. Windows color (decimal): -7446049 or 14639502. OLE color: 14639502.

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

Color convert

RGB 142 97 223 -
CMYK 0.36 0.57 0 0.13
HSL 261.43º 0.66% 0.63% -
HSV(B) 261.43º 0.57% 0.87% -
XYZ 28.75 19.63 72.09 -
YUV 124.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 142 97 223 0.36 0.57 0 0.13 261.43 0.66 0.63
Hex 8E 61 DF 24 39 0 D 105 42 3F
Octal 216 141 337 44 71 0 15 405 102 77
Binary 10001110 1100001 11011111 100100 111001 0 1101 100000101 1000010 111111

Color Harmonies of #8E61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E61DF

Black with #8E61DF

Text Example


Text Example

White with #8E61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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