Html Css Color HEX #8C0573 Eggplant

📋 copy color: '#8C0573'

red 140 ◦ green 5 ◦ blue 115

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

Shades of Eggplant #8C0573

Tints of Eggplant #8C0573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 115 (45.31% from 255) = 44.23%

R = 53.85%
G = 1.92%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C0573 (or 0x8C0573) is known color: Eggplant. HEX triplet: 8C, 05 and 73. RGB value is (140,5,115). Sum of RGB (Red+Green+Blue) = 140+5+115=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0573 is #73FA8C. Grayscale: #393939. Windows color (decimal): -7600781 or 7538060. OLE color: 7538060.

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

Color convert

RGB 140 5 115 -
CMYK 0 0.96 0.18 0.45
HSL 311.11º 0.93% 0.28% -
HSV(B) 311.11º 0.96% 0.55% -
XYZ 13.96 6.92 16.82 -
YUV 57.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 140 5 115 0 0.96 0.18 0.45 311.11 0.93 0.28
Hex 8C 5 73 0 60 12 2D 137 5D 1C
Octal 214 5 163 0 140 22 55 467 135 34
Binary 10001100 101 1110011 0 1100000 10010 101101 100110111 1011101 11100

Color Harmonies of #8C0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0573

Black with #8C0573

Text Example


Text Example

White with #8C0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,115); }

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

background-color css

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

 a { background-color: rgb(140,5,115); }

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

border-color css

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

 span { border-color: rgb(140,5,115); }

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