Html Css Color HEX #8D0D6F Eggplant

📋 copy color: '#8D0D6F'

red 141 ◦ green 13 ◦ blue 111

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

Shades of Eggplant #8D0D6F

Tints of Eggplant #8D0D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 53.21%
G = 4.91%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D0D6F (or 0x8D0D6F) is known color: Eggplant. HEX triplet: 8D, 0D and 6F. RGB value is (141,13,111). Sum of RGB (Red+Green+Blue) = 141+13+111=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0D6F is #72F290. Grayscale: #3E3E3E. Windows color (decimal): -7533201 or 7277965. OLE color: 7277965.

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

Color convert

RGB 141 13 111 -
CMYK 0 0.91 0.21 0.45
HSL 314.06º 0.83% 0.3% -
HSV(B) 314.06º 0.91% 0.55% -
XYZ 14 7.1 15.67 -
YUV 62.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 141 13 111 0 0.91 0.21 0.45 314.06 0.83 0.3
Hex 8D D 6F 0 5B 15 2D 13A 53 1E
Octal 215 15 157 0 133 25 55 472 123 36
Binary 10001101 1101 1101111 0 1011011 10101 101101 100111010 1010011 11110

Color Harmonies of #8D0D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0D6F

Black with #8D0D6F

Text Example


Text Example

White with #8D0D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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