Html Css Color HEX #8E2280 Dark Purple

📋 copy color: '#8E2280'

red 142 ◦ green 34 ◦ blue 128

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

Shades of Dark Purple #8E2280

Tints of Dark Purple #8E2280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 46.71%
G = 11.18%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8E2280 (or 0x8E2280) is known color: Dark Purple. HEX triplet: 8E, 22 and 80. RGB value is (142,34,128). Sum of RGB (Red+Green+Blue) = 142+34+128=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2280 is #71DD7F. Grayscale: #4C4C4C. Windows color (decimal): -7462272 or 8397454. OLE color: 8397454.

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

Color convert

RGB 142 34 128 -
CMYK 0 0.76 0.10 0.44
HSL 307.78º 0.61% 0.35% -
HSV(B) 307.78º 0.76% 0.56% -
XYZ 15.62 8.45 21.23 -
YUV 77.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 142 34 128 0 0.76 0.10 0.44 307.78 0.61 0.35
Hex 8E 22 80 0 4C A 2C 134 3D 23
Octal 216 42 200 0 114 12 54 464 75 43
Binary 10001110 100010 10000000 0 1001100 1010 101100 100110100 111101 100011

Color Harmonies of #8E2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2280

Black with #8E2280

Text Example


Text Example

White with #8E2280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,34,128); }

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

background-color css

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

 a { background-color: rgb(142,34,128); }

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

border-color css

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

 span { border-color: rgb(142,34,128); }

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