Html Css Color HEX #8C0A5F Eggplant

📋 copy color: '#8C0A5F'

red 140 ◦ green 10 ◦ blue 95

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

Shades of Eggplant #8C0A5F

Tints of Eggplant #8C0A5F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.08%

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

R = 57.14%
G = 4.08%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C0A5F (or 0x8C0A5F) is known color: Eggplant. HEX triplet: 8C, 0A and 5F. RGB value is (140,10,95). Sum of RGB (Red+Green+Blue) = 140+10+95=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A5F is #73F5A0. Grayscale: #3A3A3A. Windows color (decimal): -7599521 or 6228620. OLE color: 6228620.

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

Color convert

RGB 140 10 95 -
CMYK 0 0.93 0.32 0.45
HSL 320.77º 0.87% 0.29% -
HSV(B) 320.77º 0.93% 0.55% -
XYZ 12.99 6.62 11.42 -
YUV 58.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 140 10 95 0 0.93 0.32 0.45 320.77 0.87 0.29
Hex 8C A 5F 0 5D 20 2D 141 57 1D
Octal 214 12 137 0 135 40 55 501 127 35
Binary 10001100 1010 1011111 0 1011101 100000 101101 101000001 1010111 11101

Color Harmonies of #8C0A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A5F

Black with #8C0A5F

Text Example


Text Example

White with #8C0A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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