Html Css Color HEX #8D0D62 Eggplant

📋 copy color: '#8D0D62'

red 141 ◦ green 13 ◦ blue 98

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

Shades of Eggplant #8D0D62

Tints of Eggplant #8D0D62

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

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

R = 55.95%
G = 5.16%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D0D62 (or 0x8D0D62) is known color: Eggplant. HEX triplet: 8D, 0D and 62. RGB value is (141,13,98). Sum of RGB (Red+Green+Blue) = 141+13+98=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0D62 is #72F29D. Grayscale: #3C3C3C. Windows color (decimal): -7533214 or 6425997. OLE color: 6425997.

HSL color Cylindrical-coordinate representation of color #8D0D62: hue angle of 320.16º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0D62 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 13 98 -
CMYK 0 0.91 0.30 0.45
HSL 320.16º 0.83% 0.3% -
HSV(B) 320.16º 0.91% 0.55% -
XYZ 13.33 6.83 12.17 -
YUV 60.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 141 13 98 0 0.91 0.30 0.45 320.16 0.83 0.3
Hex 8D D 62 0 5B 1E 2D 140 53 1E
Octal 215 15 142 0 133 36 55 500 123 36
Binary 10001101 1101 1100010 0 1011011 11110 101101 101000000 1010011 11110

Color Harmonies of #8D0D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0D62

Black with #8D0D62

Text Example


Text Example

White with #8D0D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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