Html Css Color HEX #8E1D86 Dark Purple

📋 copy color: '#8E1D86'

red 142 ◦ green 29 ◦ blue 134

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

Shades of Dark Purple #8E1D86

Tints of Dark Purple #8E1D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 46.56%
G = 9.51%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E1D86 (or 0x8E1D86) is known color: Dark Purple. HEX triplet: 8E, 1D and 86. RGB value is (142,29,134). Sum of RGB (Red+Green+Blue) = 142+29+134=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1D86 is #71E279. Grayscale: #4A4A4A. Windows color (decimal): -7463546 or 8789390. OLE color: 8789390.

HSL color Cylindrical-coordinate representation of color #8E1D86: hue angle of 304.25º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D86 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 29 134 -
CMYK 0 0.80 0.06 0.44
HSL 304.25º 0.66% 0.34% -
HSV(B) 304.25º 0.8% 0.56% -
XYZ 15.9 8.35 23.33 -
YUV 74.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 142 29 134 0 0.80 0.06 0.44 304.25 0.66 0.34
Hex 8E 1D 86 0 50 6 2C 130 42 22
Octal 216 35 206 0 120 6 54 460 102 42
Binary 10001110 11101 10000110 0 1010000 110 101100 100110000 1000010 100010

Color Harmonies of #8E1D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D86

Black with #8E1D86

Text Example


Text Example

White with #8E1D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,29,134); }

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

background-color css

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

 a { background-color: rgb(142,29,134); }

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

border-color css

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

 span { border-color: rgb(142,29,134); }

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