Html Css Color HEX #8E2C7D Dark Purple

📋 copy color: '#8E2C7D'

red 142 ◦ green 44 ◦ blue 125

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

Shades of Dark Purple #8E2C7D

Tints of Dark Purple #8E2C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 45.66%
G = 14.15%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E2C7D (or 0x8E2C7D) is known color: Dark Purple. HEX triplet: 8E, 2C and 7D. RGB value is (142,44,125). Sum of RGB (Red+Green+Blue) = 142+44+125=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2C7D is #71D382. Grayscale: #525252. Windows color (decimal): -7459715 or 8203406. OLE color: 8203406.

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

Color convert

RGB 142 44 125 -
CMYK 0 0.69 0.12 0.44
HSL 310.41º 0.53% 0.36% -
HSV(B) 310.41º 0.69% 0.56% -
XYZ 15.76 9.03 20.32 -
YUV 82.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 142 44 125 0 0.69 0.12 0.44 310.41 0.53 0.36
Hex 8E 2C 7D 0 45 C 2C 136 35 24
Octal 216 54 175 0 105 14 54 466 65 44
Binary 10001110 101100 1111101 0 1000101 1100 101100 100110110 110101 100100

Color Harmonies of #8E2C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2C7D

Black with #8E2C7D

Text Example


Text Example

White with #8E2C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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