Html Css Color HEX #8D0973 Eggplant

📋 copy color: '#8D0973'

red 141 ◦ green 9 ◦ blue 115

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

Shades of Eggplant #8D0973

Tints of Eggplant #8D0973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

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

R = 53.21%
G = 3.4%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D0973 (or 0x8D0973) is known color: Eggplant. HEX triplet: 8D, 09 and 73. RGB value is (141,9,115). Sum of RGB (Red+Green+Blue) = 141+9+115=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0973 is #72F68C. Grayscale: #3C3C3C. Windows color (decimal): -7534221 or 7539085. OLE color: 7539085.

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

Color convert

RGB 141 9 115 -
CMYK 0 0.94 0.18 0.45
HSL 311.82º 0.88% 0.29% -
HSV(B) 311.82º 0.94% 0.55% -
XYZ 14.18 7.1 16.84 -
YUV 60.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 141 9 115 0 0.94 0.18 0.45 311.82 0.88 0.29
Hex 8D 9 73 0 5E 12 2D 138 58 1D
Octal 215 11 163 0 136 22 55 470 130 35
Binary 10001101 1001 1110011 0 1011110 10010 101101 100111000 1011000 11101

Color Harmonies of #8D0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0973

Black with #8D0973

Text Example


Text Example

White with #8D0973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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