Html Css Color HEX #8E297D Dark Purple

📋 copy color: '#8E297D'

red 142 ◦ green 41 ◦ blue 125

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

Shades of Dark Purple #8E297D

Tints of Dark Purple #8E297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 46.1%
G = 13.31%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E297D (or 0x8E297D) is known color: Dark Purple. HEX triplet: 8E, 29 and 7D. RGB value is (142,41,125). Sum of RGB (Red+Green+Blue) = 142+41+125=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E297D is #71D682. Grayscale: #505050. Windows color (decimal): -7460483 or 8202638. OLE color: 8202638.

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

Color convert

RGB 142 41 125 -
CMYK 0 0.71 0.12 0.44
HSL 310.1º 0.55% 0.36% -
HSV(B) 310.1º 0.71% 0.56% -
XYZ 15.65 8.82 20.28 -
YUV 80.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 142 41 125 0 0.71 0.12 0.44 310.1 0.55 0.36
Hex 8E 29 7D 0 47 C 2C 136 37 24
Octal 216 51 175 0 107 14 54 466 67 44
Binary 10001110 101001 1111101 0 1000111 1100 101100 100110110 110111 100100

Color Harmonies of #8E297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E297D

Black with #8E297D

Text Example


Text Example

White with #8E297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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