Html Css Color HEX #8E0693 Dark Magenta

📋 copy color: '#8E0693'

red 142 ◦ green 6 ◦ blue 147

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

Shades of Dark Magenta #8E0693

Tints of Dark Magenta #8E0693

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 48.14%
G = 2.03%
B = 49.83%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E0693 (or 0x8E0693) is known color: Dark Magenta. HEX triplet: 8E, 06 and 93. RGB value is (142,6,147). Sum of RGB (Red+Green+Blue) = 142+6+147=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E0693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0693 is #71F96C. Grayscale: #3E3E3E. Windows color (decimal): -7469421 or 9635470. OLE color: 9635470.

HSL color Cylindrical-coordinate representation of color #8E0693: hue angle of 297.87º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0693 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 6 147 -
CMYK 0.03 0.96 0 0.42
HSL 297.87º 0.92% 0.3% -
HSV(B) 297.87º 0.96% 0.58% -
XYZ 16.49 7.99 28.28 -
YUV 62.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 142 6 147 0.03 0.96 0 0.42 297.87 0.92 0.3
Hex 8E 6 93 3 60 0 2A 12A 5C 1E
Octal 216 6 223 3 140 0 52 452 134 36
Binary 10001110 110 10010011 11 1100000 0 101010 100101010 1011100 11110

Color Harmonies of #8E0693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0693

Black with #8E0693

Text Example


Text Example

White with #8E0693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,6,147); }

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

background-color css

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

 a { background-color: rgb(142,6,147); }

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

border-color css

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

 span { border-color: rgb(142,6,147); }

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