Html Css Color HEX #8E176F Dark Purple

📋 copy color: '#8E176F'

red 142 ◦ green 23 ◦ blue 111

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

Shades of Dark Purple #8E176F

Tints of Dark Purple #8E176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 51.45%
G = 8.33%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E176F (or 0x8E176F) is known color: Dark Purple. HEX triplet: 8E, 17 and 6F. RGB value is (142,23,111). Sum of RGB (Red+Green+Blue) = 142+23+111=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E176F is #71E890. Grayscale: #444444. Windows color (decimal): -7465105 or 7280526. OLE color: 7280526.

HSL color Cylindrical-coordinate representation of color #8E176F: hue angle of 315.63º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E176F is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 23 111 -
CMYK 0 0.84 0.22 0.44
HSL 315.63º 0.72% 0.32% -
HSV(B) 315.63º 0.84% 0.56% -
XYZ 14.33 7.51 15.73 -
YUV 68.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 142 23 111 0 0.84 0.22 0.44 315.63 0.72 0.32
Hex 8E 17 6F 0 54 16 2C 13C 48 20
Octal 216 27 157 0 124 26 54 474 110 40
Binary 10001110 10111 1101111 0 1010100 10110 101100 100111100 1001000 100000

Color Harmonies of #8E176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E176F

Black with #8E176F

Text Example


Text Example

White with #8E176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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