Html Css Color HEX #8E2E84 Dark Purple

📋 copy color: '#8E2E84'

red 142 ◦ green 46 ◦ blue 132

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

Shades of Dark Purple #8E2E84

Tints of Dark Purple #8E2E84

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 44.38%
G = 14.38%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E2E84 (or 0x8E2E84) is known color: Dark Purple. HEX triplet: 8E, 2E and 84. RGB value is (142,46,132). Sum of RGB (Red+Green+Blue) = 142+46+132=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2E84 is #71D17B. Grayscale: #545454. Windows color (decimal): -7459196 or 8662670. OLE color: 8662670.

HSL color Cylindrical-coordinate representation of color #8E2E84: hue angle of 306.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E84 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 46 132 -
CMYK 0 0.68 0.07 0.44
HSL 306.25º 0.51% 0.37% -
HSV(B) 306.25º 0.68% 0.56% -
XYZ 16.3 9.37 22.78 -
YUV 84.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 142 46 132 0 0.68 0.07 0.44 306.25 0.51 0.37
Hex 8E 2E 84 0 44 7 2C 132 33 25
Octal 216 56 204 0 104 7 54 462 63 45
Binary 10001110 101110 10000100 0 1000100 111 101100 100110010 110011 100101

Color Harmonies of #8E2E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2E84

Black with #8E2E84

Text Example


Text Example

White with #8E2E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,46,132); }

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

background-color css

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

 a { background-color: rgb(142,46,132); }

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

border-color css

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

 span { border-color: rgb(142,46,132); }

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