Html Css Color HEX #8D0565 Eggplant

📋 copy color: '#8D0565'

red 141 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #8D0565

Tints of Eggplant #8D0565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.89%

R = 57.09%
G = 2.02%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D0565 (or 0x8D0565) is known color: Eggplant. HEX triplet: 8D, 05 and 65. RGB value is (141,5,101). Sum of RGB (Red+Green+Blue) = 141+5+101=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0565 is #72FA9A. Grayscale: #383838. Windows color (decimal): -7535259 or 6620557. OLE color: 6620557.

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

Color convert

RGB 141 5 101 -
CMYK 0 0.96 0.28 0.45
HSL 317.65º 0.93% 0.29% -
HSV(B) 317.65º 0.96% 0.55% -
XYZ 13.39 6.71 12.9 -
YUV 56.61 153.06 188.19 -
System Red Green Blue C M Y K H S L
Decimal 141 5 101 0 0.96 0.28 0.45 317.65 0.93 0.29
Hex 8D 5 65 0 60 1C 2D 13E 5D 1D
Octal 215 5 145 0 140 34 55 476 135 35
Binary 10001101 101 1100101 0 1100000 11100 101101 100111110 1011101 11101

Color Harmonies of #8D0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0565

Black with #8D0565

Text Example


Text Example

White with #8D0565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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