Html Css Color HEX #8E2380 Dark Purple

📋 copy color: '#8E2380'

red 142 ◦ green 35 ◦ blue 128

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

Shades of Dark Purple #8E2380

Tints of Dark Purple #8E2380

RGB

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

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

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

R = 46.56%
G = 11.48%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8E2380 (or 0x8E2380) is known color: Dark Purple. HEX triplet: 8E, 23 and 80. RGB value is (142,35,128). Sum of RGB (Red+Green+Blue) = 142+35+128=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2380 is #71DC7F. Grayscale: #4D4D4D. Windows color (decimal): -7462016 or 8397710. OLE color: 8397710.

HSL color Cylindrical-coordinate representation of color #8E2380: hue angle of 307.85º 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 #8E2380 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 35 128 -
CMYK 0 0.75 0.10 0.44
HSL 307.85º 0.6% 0.35% -
HSV(B) 307.85º 0.75% 0.56% -
XYZ 15.65 8.51 21.24 -
YUV 77.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 142 35 128 0 0.75 0.10 0.44 307.85 0.6 0.35
Hex 8E 23 80 0 4B A 2C 134 3C 23
Octal 216 43 200 0 113 12 54 464 74 43
Binary 10001110 100011 10000000 0 1001011 1010 101100 100110100 111100 100011

Color Harmonies of #8E2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2380

Black with #8E2380

Text Example


Text Example

White with #8E2380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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