Html Css Color HEX #8D0173 Eggplant

📋 copy color: '#8D0173'

red 141 ◦ green 1 ◦ blue 115

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

Shades of Eggplant #8D0173

Tints of Eggplant #8D0173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 54.86%
G = 0.39%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D0173 (or 0x8D0173) is known color: Eggplant. HEX triplet: 8D, 01 and 73. RGB value is (141,1,115). Sum of RGB (Red+Green+Blue) = 141+1+115=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0173 is #72FE8C. Grayscale: #373737. Windows color (decimal): -7536269 or 7537037. OLE color: 7537037.

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

Color convert

RGB 141 1 115 -
CMYK 0 0.99 0.18 0.45
HSL 311.14º 0.99% 0.28% -
HSV(B) 311.14º 0.99% 0.55% -
XYZ 14.09 6.92 16.81 -
YUV 55.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 141 1 115 0 0.99 0.18 0.45 311.14 0.99 0.28
Hex 8D 1 73 0 63 12 2D 137 63 1C
Octal 215 1 163 0 143 22 55 467 143 34
Binary 10001101 1 1110011 0 1100011 10010 101101 100110111 1100011 11100

Color Harmonies of #8D0173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0173

Black with #8D0173

Text Example


Text Example

White with #8D0173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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