Html Css Color HEX #8E296F Dark Purple

📋 copy color: '#8E296F'

red 142 ◦ green 41 ◦ blue 111

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

Shades of Dark Purple #8E296F

Tints of Dark Purple #8E296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 48.3%
G = 13.95%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E296F (or 0x8E296F) is known color: Dark Purple. HEX triplet: 8E, 29 and 6F. RGB value is (142,41,111). Sum of RGB (Red+Green+Blue) = 142+41+111=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E296F is #71D690. Grayscale: #4F4F4F. Windows color (decimal): -7460497 or 7285134. OLE color: 7285134.

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

Color convert

RGB 142 41 111 -
CMYK 0 0.71 0.22 0.44
HSL 318.42º 0.55% 0.36% -
HSV(B) 318.42º 0.71% 0.56% -
XYZ 14.82 8.48 15.9 -
YUV 79.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 142 41 111 0 0.71 0.22 0.44 318.42 0.55 0.36
Hex 8E 29 6F 0 47 16 2C 13E 37 24
Octal 216 51 157 0 107 26 54 476 67 44
Binary 10001110 101001 1101111 0 1000111 10110 101100 100111110 110111 100100

Color Harmonies of #8E296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E296F

Black with #8E296F

Text Example


Text Example

White with #8E296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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