Html Css Color HEX #8D0555 Eggplant

📋 copy color: '#8D0555'

red 141 ◦ green 5 ◦ blue 85

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

Shades of Eggplant #8D0555

Tints of Eggplant #8D0555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 61.04%
G = 2.16%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D0555 (or 0x8D0555) is known color: Eggplant. HEX triplet: 8D, 05 and 55. RGB value is (141,5,85). Sum of RGB (Red+Green+Blue) = 141+5+85=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0555 is #72FAAA. Grayscale: #363636. Windows color (decimal): -7535275 or 5571981. OLE color: 5571981.

HSL color Cylindrical-coordinate representation of color #8D0555: hue angle of 324.71º 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 #8D0555 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 5 85 -
CMYK 0 0.96 0.40 0.45
HSL 324.71º 0.93% 0.29% -
HSV(B) 324.71º 0.96% 0.55% -
XYZ 12.68 6.43 9.17 -
YUV 54.78 145.06 189.5 -
System Red Green Blue C M Y K H S L
Decimal 141 5 85 0 0.96 0.40 0.45 324.71 0.93 0.29
Hex 8D 5 55 0 60 28 2D 145 5D 1D
Octal 215 5 125 0 140 50 55 505 135 35
Binary 10001101 101 1010101 0 1100000 101000 101101 101000101 1011101 11101

Color Harmonies of #8D0555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0555

Black with #8D0555

Text Example


Text Example

White with #8D0555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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