Html Css Color HEX #8E2187 Dark Purple

📋 copy color: '#8E2187'

red 142 ◦ green 33 ◦ blue 135

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

Shades of Dark Purple #8E2187

Tints of Dark Purple #8E2187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

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

R = 45.81%
G = 10.65%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E2187 (or 0x8E2187) is known color: Dark Purple. HEX triplet: 8E, 21 and 87. RGB value is (142,33,135). Sum of RGB (Red+Green+Blue) = 142+33+135=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2187 is #71DE78. Grayscale: #4C4C4C. Windows color (decimal): -7462521 or 8855950. OLE color: 8855950.

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

Color convert

RGB 142 33 135 -
CMYK 0 0.77 0.05 0.44
HSL 303.85º 0.62% 0.34% -
HSV(B) 303.85º 0.77% 0.56% -
XYZ 16.07 8.59 23.73 -
YUV 77.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 142 33 135 0 0.77 0.05 0.44 303.85 0.62 0.34
Hex 8E 21 87 0 4D 5 2C 130 3E 22
Octal 216 41 207 0 115 5 54 460 76 42
Binary 10001110 100001 10000111 0 1001101 101 101100 100110000 111110 100010

Color Harmonies of #8E2187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2187

Black with #8E2187

Text Example


Text Example

White with #8E2187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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