Html Css Color HEX #8E1A78 Dark Purple

📋 copy color: '#8E1A78'

red 142 ◦ green 26 ◦ blue 120

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

Shades of Dark Purple #8E1A78

Tints of Dark Purple #8E1A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 49.31%
G = 9.03%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E1A78 (or 0x8E1A78) is known color: Dark Purple. HEX triplet: 8E, 1A and 78. RGB value is (142,26,120). Sum of RGB (Red+Green+Blue) = 142+26+120=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A78 is #71E587. Grayscale: #474747. Windows color (decimal): -7464328 or 7871118. OLE color: 7871118.

HSL color Cylindrical-coordinate representation of color #8E1A78: hue angle of 311.38º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1A78 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 26 120 -
CMYK 0 0.82 0.15 0.44
HSL 311.38º 0.69% 0.33% -
HSV(B) 311.38º 0.82% 0.56% -
XYZ 14.91 7.85 18.5 -
YUV 71.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 142 26 120 0 0.82 0.15 0.44 311.38 0.69 0.33
Hex 8E 1A 78 0 52 F 2C 137 45 21
Octal 216 32 170 0 122 17 54 467 105 41
Binary 10001110 11010 1111000 0 1010010 1111 101100 100110111 1000101 100001

Color Harmonies of #8E1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1A78

Black with #8E1A78

Text Example


Text Example

White with #8E1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,26,120); }

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

background-color css

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

 a { background-color: rgb(142,26,120); }

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

border-color css

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

 span { border-color: rgb(142,26,120); }

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