#8B066F

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

Shades of Eggplant #8B066F

Tints of Eggplant #8B066F

Color information

#8B066F (or 0x8B066F) is unknown color: approx Eggplant. HEX triplet: 8B, 06 and 6F. RGB value is (139,6,111). Sum of RGB (Red+Green+Blue) = 139+6+111=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B066F is #74F990. Grayscale: #393939. Windows color (decimal): -7666065 or 7276171. OLE color: 7276171.

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

Color convert

RGB1396111-
CMYK00.960.200.45
HSL312.63º91.72%28.43%-
HSV(B)312.63º95.68%54.51%-
XYZ13.586.7715.63-
YUV57.74158.06185.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 111 (43.75% from 255) = 43.36%
R=54.30%
G=2.34%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139611100.960.200.45312.6391.7228.43
Hex8B66F060142D1395c1c
Octal21361570140245547113434
Binary1000101111011011110110000010100101101100111001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,6,111); }

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

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

 a { background-color: rgb(139,6,111); }

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

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

 span { border-color: rgb(139,6,111); }

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