Html Css Color HEX #8E1E87 Dark Purple

📋 copy color: '#8E1E87'

red 142 ◦ green 30 ◦ blue 135

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

Shades of Dark Purple #8E1E87

Tints of Dark Purple #8E1E87

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

 BLUE value IS 135 (53.13% from 255) = 43.97%

R = 46.25%
G = 9.77%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E1E87 (or 0x8E1E87) is known color: Dark Purple. HEX triplet: 8E, 1E and 87. RGB value is (142,30,135). Sum of RGB (Red+Green+Blue) = 142+30+135=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1E87 is #71E178. Grayscale: #4B4B4B. Windows color (decimal): -7463289 or 8855182. OLE color: 8855182.

HSL color Cylindrical-coordinate representation of color #8E1E87: hue angle of 303.75º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E1E87 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 30 135 -
CMYK 0 0.79 0.05 0.44
HSL 303.75º 0.65% 0.34% -
HSV(B) 303.75º 0.79% 0.56% -
XYZ 15.99 8.43 23.71 -
YUV 75.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 142 30 135 0 0.79 0.05 0.44 303.75 0.65 0.34
Hex 8E 1E 87 0 4F 5 2C 130 41 22
Octal 216 36 207 0 117 5 54 460 101 42
Binary 10001110 11110 10000111 0 1001111 101 101100 100110000 1000001 100010

Color Harmonies of #8E1E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1E87

Black with #8E1E87

Text Example


Text Example

White with #8E1E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,30,135); }

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

background-color css

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

 a { background-color: rgb(142,30,135); }

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

border-color css

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

 span { border-color: rgb(142,30,135); }

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