Html Css Color HEX #8E2377 Dark Purple

📋 copy color: '#8E2377'

red 142 ◦ green 35 ◦ blue 119

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

Shades of Dark Purple #8E2377

Tints of Dark Purple #8E2377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 47.97%
G = 11.82%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E2377 (or 0x8E2377) is known color: Dark Purple. HEX triplet: 8E, 23 and 77. RGB value is (142,35,119). Sum of RGB (Red+Green+Blue) = 142+35+119=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2377 is #71DC88. Grayscale: #4C4C4C. Windows color (decimal): -7462025 or 7807886. OLE color: 7807886.

HSL color Cylindrical-coordinate representation of color #8E2377: hue angle of 312.9º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2377 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 35 119 -
CMYK 0 0.75 0.16 0.44
HSL 312.9º 0.6% 0.35% -
HSV(B) 312.9º 0.75% 0.56% -
XYZ 15.09 8.28 18.26 -
YUV 76.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 142 35 119 0 0.75 0.16 0.44 312.9 0.6 0.35
Hex 8E 23 77 0 4B 10 2C 139 3C 23
Octal 216 43 167 0 113 20 54 471 74 43
Binary 10001110 100011 1110111 0 1001011 10000 101100 100111001 111100 100011

Color Harmonies of #8E2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2377

Black with #8E2377

Text Example


Text Example

White with #8E2377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,35,119); }

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

background-color css

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

 a { background-color: rgb(142,35,119); }

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

border-color css

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

 span { border-color: rgb(142,35,119); }

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