Html Css Color HEX #8D0466 Eggplant

📋 copy color: '#8D0466'

red 141 ◦ green 4 ◦ blue 102

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

Shades of Eggplant #8D0466

Tints of Eggplant #8D0466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

 BLUE value IS 102 (40.23% from 255) = 41.3%

R = 57.09%
G = 1.62%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D0466 (or 0x8D0466) is known color: Eggplant. HEX triplet: 8D, 04 and 66. RGB value is (141,4,102). Sum of RGB (Red+Green+Blue) = 141+4+102=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0466 is #72FB99. Grayscale: #373737. Windows color (decimal): -7535514 or 6685837. OLE color: 6685837.

HSL color Cylindrical-coordinate representation of color #8D0466: hue angle of 317.08º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0466 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 4 102 -
CMYK 0 0.97 0.28 0.45
HSL 317.08º 0.94% 0.28% -
HSV(B) 317.08º 0.97% 0.55% -
XYZ 13.43 6.71 13.16 -
YUV 56.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 141 4 102 0 0.97 0.28 0.45 317.08 0.94 0.28
Hex 8D 4 66 0 61 1C 2D 13D 5E 1C
Octal 215 4 146 0 141 34 55 475 136 34
Binary 10001101 100 1100110 0 1100001 11100 101101 100111101 1011110 11100

Color Harmonies of #8D0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0466

Black with #8D0466

Text Example


Text Example

White with #8D0466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,4,102); }

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

background-color css

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

 a { background-color: rgb(141,4,102); }

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

border-color css

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

 span { border-color: rgb(141,4,102); }

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