Html Css Color HEX #8E1B78 Dark Purple

📋 copy color: '#8E1B78'

red 142 ◦ green 27 ◦ blue 120

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

Shades of Dark Purple #8E1B78

Tints of Dark Purple #8E1B78

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

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

R = 49.13%
G = 9.34%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E1B78 (or 0x8E1B78) is known color: Dark Purple. HEX triplet: 8E, 1B and 78. RGB value is (142,27,120). Sum of RGB (Red+Green+Blue) = 142+27+120=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B78 is #71E487. Grayscale: #474747. Windows color (decimal): -7464072 or 7871374. OLE color: 7871374.

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

Color convert

RGB 142 27 120 -
CMYK 0 0.81 0.15 0.44
HSL 311.48º 0.68% 0.33% -
HSV(B) 311.48º 0.81% 0.56% -
XYZ 14.94 7.89 18.51 -
YUV 71.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 142 27 120 0 0.81 0.15 0.44 311.48 0.68 0.33
Hex 8E 1B 78 0 51 F 2C 137 44 21
Octal 216 33 170 0 121 17 54 467 104 41
Binary 10001110 11011 1111000 0 1010001 1111 101100 100110111 1000100 100001

Color Harmonies of #8E1B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B78

Black with #8E1B78

Text Example


Text Example

White with #8E1B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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