Html Css Color HEX #8E1C96 Dark Magenta

📋 copy color: '#8E1C96'

red 142 ◦ green 28 ◦ blue 150

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

Shades of Dark Magenta #8E1C96

Tints of Dark Magenta #8E1C96

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 44.38%
G = 8.75%
B = 46.88%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E1C96 (or 0x8E1C96) is known color: Dark Magenta. HEX triplet: 8E, 1C and 96. RGB value is (142,28,150). Sum of RGB (Red+Green+Blue) = 142+28+150=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E1C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1C96 is #71E369. Grayscale: #4B4B4B. Windows color (decimal): -7463786 or 9837710. OLE color: 9837710.

HSL color Cylindrical-coordinate representation of color #8E1C96: hue angle of 296.07º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1C96 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 28 150 -
CMYK 0.05 0.81 0 0.41
HSL 296.07º 0.69% 0.35% -
HSV(B) 296.07º 0.81% 0.59% -
XYZ 17.08 8.78 29.65 -
YUV 75.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 142 28 150 0.05 0.81 0 0.41 296.07 0.69 0.35
Hex 8E 1C 96 5 51 0 29 128 45 23
Octal 216 34 226 5 121 0 51 450 105 43
Binary 10001110 11100 10010110 101 1010001 0 101001 100101000 1000101 100011

Color Harmonies of #8E1C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1C96

Black with #8E1C96

Text Example


Text Example

White with #8E1C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,28,150); }

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

background-color css

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

 a { background-color: rgb(142,28,150); }

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

border-color css

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

 span { border-color: rgb(142,28,150); }

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