Html Css Color HEX #8D0573 Eggplant

📋 copy color: '#8D0573'

red 141 ◦ green 5 ◦ blue 115

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

Shades of Eggplant #8D0573

Tints of Eggplant #8D0573

RGB

 RED value IS 141 (55.47% from 255) = 54.02%

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

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

R = 54.02%
G = 1.92%
B = 44.06%

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

#8D0573 (or 0x8D0573) is known color: Eggplant. HEX triplet: 8D, 05 and 73. RGB value is (141,5,115). Sum of RGB (Red+Green+Blue) = 141+5+115=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0573 is #72FA8C. Grayscale: #393939. Windows color (decimal): -7535245 or 7538061. OLE color: 7538061.

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

Color convert

RGB 141 5 115 -
CMYK 0 0.96 0.18 0.45
HSL 311.47º 0.93% 0.29% -
HSV(B) 311.47º 0.96% 0.55% -
XYZ 14.13 7.01 16.83 -
YUV 58.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 141 5 115 0 0.96 0.18 0.45 311.47 0.93 0.29
Hex 8D 5 73 0 60 12 2D 137 5D 1D
Octal 215 5 163 0 140 22 55 467 135 35
Binary 10001101 101 1110011 0 1100000 10010 101101 100110111 1011101 11101

Color Harmonies of #8D0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0573

Black with #8D0573

Text Example


Text Example

White with #8D0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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