Html Css Color HEX #8E2884 Dark Purple

📋 copy color: '#8E2884'

red 142 ◦ green 40 ◦ blue 132

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

Shades of Dark Purple #8E2884

Tints of Dark Purple #8E2884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

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

R = 45.22%
G = 12.74%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E2884 (or 0x8E2884) is known color: Dark Purple. HEX triplet: 8E, 28 and 84. RGB value is (142,40,132). Sum of RGB (Red+Green+Blue) = 142+40+132=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2884 is #71D77B. Grayscale: #505050. Windows color (decimal): -7460732 or 8661134. OLE color: 8661134.

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

Color convert

RGB 142 40 132 -
CMYK 0 0.72 0.07 0.44
HSL 305.88º 0.56% 0.36% -
HSV(B) 305.88º 0.72% 0.56% -
XYZ 16.08 8.93 22.71 -
YUV 80.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 142 40 132 0 0.72 0.07 0.44 305.88 0.56 0.36
Hex 8E 28 84 0 48 7 2C 132 38 24
Octal 216 50 204 0 110 7 54 462 70 44
Binary 10001110 101000 10000100 0 1001000 111 101100 100110010 111000 100100

Color Harmonies of #8E2884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2884

Black with #8E2884

Text Example


Text Example

White with #8E2884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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