Html Css Color HEX #8C175F Eggplant

📋 copy color: '#8C175F'

red 140 ◦ green 23 ◦ blue 95

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

Shades of Eggplant #8C175F

Tints of Eggplant #8C175F

RGB

 RED value IS 140 (55.08% from 255) = 54.26%

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

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 54.26%
G = 8.91%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C175F (or 0x8C175F) is known color: Eggplant. HEX triplet: 8C, 17 and 5F. RGB value is (140,23,95). Sum of RGB (Red+Green+Blue) = 140+23+95=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C175F is #73E8A0. Grayscale: #424242. Windows color (decimal): -7596193 or 6231948. OLE color: 6231948.

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

Color convert

RGB 140 23 95 -
CMYK 0 0.84 0.32 0.45
HSL 323.08º 0.72% 0.32% -
HSV(B) 323.08º 0.84% 0.55% -
XYZ 13.19 7.01 11.49 -
YUV 66.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 140 23 95 0 0.84 0.32 0.45 323.08 0.72 0.32
Hex 8C 17 5F 0 54 20 2D 143 48 20
Octal 214 27 137 0 124 40 55 503 110 40
Binary 10001100 10111 1011111 0 1010100 100000 101101 101000011 1001000 100000

Color Harmonies of #8C175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C175F

Black with #8C175F

Text Example


Text Example

White with #8C175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,95); }

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

background-color css

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

 a { background-color: rgb(140,23,95); }

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

border-color css

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

 span { border-color: rgb(140,23,95); }

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