Html Css Color HEX #8E2C89 Dark Purple

📋 copy color: '#8E2C89'

red 142 ◦ green 44 ◦ blue 137

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

Shades of Dark Purple #8E2C89

Tints of Dark Purple #8E2C89

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.62%

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

R = 43.96%
G = 13.62%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E2C89 (or 0x8E2C89) is known color: Dark Purple. HEX triplet: 8E, 2C and 89. RGB value is (142,44,137). Sum of RGB (Red+Green+Blue) = 142+44+137=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2C89 is #71D376. Grayscale: #535353. Windows color (decimal): -7459703 or 8989838. OLE color: 8989838.

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

Color convert

RGB 142 44 137 -
CMYK 0 0.69 0.04 0.44
HSL 303.06º 0.53% 0.36% -
HSV(B) 303.06º 0.69% 0.56% -
XYZ 16.57 9.36 24.6 -
YUV 83.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 142 44 137 0 0.69 0.04 0.44 303.06 0.53 0.36
Hex 8E 2C 89 0 45 4 2C 12F 35 24
Octal 216 54 211 0 105 4 54 457 65 44
Binary 10001110 101100 10001001 0 1000101 100 101100 100101111 110101 100100

Color Harmonies of #8E2C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2C89

Black with #8E2C89

Text Example


Text Example

White with #8E2C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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