#8D066B

Color #8D066B Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #8D066B

Tints of Eggplant #8D066B

Color information

#8D066B (or 0x8D066B) is unknown color: approx Eggplant. HEX triplet: 8D, 06 and 6B. RGB value is (141,6,107). Sum of RGB (Red+Green+Blue) = 141+6+107=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D066B is #72F994. Grayscale: #393939. Windows color (decimal): -7534997 or 7014029. OLE color: 7014029.

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

Color convert

RGB1416107-
CMYK00.960.240.45
HSL315.11º91.84%28.82%-
HSV(B)315.11º95.74%55.29%-
XYZ13.76.8514.51-
YUV57.88155.73187.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 107 (42.19% from 255) = 42.13%
R=55.51%
G=2.36%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141610700.960.240.45315.1191.8428.82
Hex8D66B060182D13b5c1d
Octal21561530140305547313435
Binary1000110111011010110110000011000101101100111011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,6,107); }

 H1.HeaderClassName
 {
   color: #8D066B;
 }
 .AnyTagClassName
 {
   color: #8D066B;
 }
</style>
background-color css

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

 a { background-color: rgb(141,6,107); }

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

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

 span { border-color: rgb(141,6,107); }

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