Html Css Color HEX #8D0562 Eggplant

📋 copy color: '#8D0562'

red 141 ◦ green 5 ◦ blue 98

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

Shades of Eggplant #8D0562

Tints of Eggplant #8D0562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 57.79%
G = 2.05%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D0562 (or 0x8D0562) is known color: Eggplant. HEX triplet: 8D, 05 and 62. RGB value is (141,5,98). Sum of RGB (Red+Green+Blue) = 141+5+98=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0562 is #72FA9D. Grayscale: #383838. Windows color (decimal): -7535262 or 6423949. OLE color: 6423949.

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

Color convert

RGB 141 5 98 -
CMYK 0 0.96 0.30 0.45
HSL 318.97º 0.93% 0.29% -
HSV(B) 318.97º 0.96% 0.55% -
XYZ 13.24 6.65 12.14 -
YUV 56.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 141 5 98 0 0.96 0.30 0.45 318.97 0.93 0.29
Hex 8D 5 62 0 60 1E 2D 13F 5D 1D
Octal 215 5 142 0 140 36 55 477 135 35
Binary 10001101 101 1100010 0 1100000 11110 101101 100111111 1011101 11101

Color Harmonies of #8D0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0562

Black with #8D0562

Text Example


Text Example

White with #8D0562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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