Html Css Color HEX #8E2489 Dark Purple

📋 copy color: '#8E2489'

red 142 ◦ green 36 ◦ blue 137

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

Shades of Dark Purple #8E2489

Tints of Dark Purple #8E2489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 45.08%
G = 11.43%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E2489 (or 0x8E2489) is known color: Dark Purple. HEX triplet: 8E, 24 and 89. RGB value is (142,36,137). Sum of RGB (Red+Green+Blue) = 142+36+137=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2489 is #71DB76. Grayscale: #4E4E4E. Windows color (decimal): -7461751 or 8987790. OLE color: 8987790.

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

Color convert

RGB 142 36 137 -
CMYK 0 0.75 0.04 0.44
HSL 302.83º 0.6% 0.35% -
HSV(B) 302.83º 0.75% 0.56% -
XYZ 16.3 8.82 24.51 -
YUV 79.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 142 36 137 0 0.75 0.04 0.44 302.83 0.6 0.35
Hex 8E 24 89 0 4B 4 2C 12F 3C 23
Octal 216 44 211 0 113 4 54 457 74 43
Binary 10001110 100100 10001001 0 1001011 100 101100 100101111 111100 100011

Color Harmonies of #8E2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2489

Black with #8E2489

Text Example


Text Example

White with #8E2489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,36,137); }

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

background-color css

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

 a { background-color: rgb(142,36,137); }

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

border-color css

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

 span { border-color: rgb(142,36,137); }

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