#8B026F

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

Shades of Eggplant #8B026F

Tints of Eggplant #8B026F

Color information

#8B026F (or 0x8B026F) is unknown color: approx Eggplant. HEX triplet: 8B, 02 and 6F. RGB value is (139,2,111). Sum of RGB (Red+Green+Blue) = 139+2+111=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B026F is #74FD90. Grayscale: #373737. Windows color (decimal): -7667089 or 7275147. OLE color: 7275147.

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

Color convert

RGB1392111-
CMYK00.990.200.45
HSL312.26º97.16%27.65%-
HSV(B)312.26º98.56%54.51%-
XYZ13.546.6815.61-
YUV55.39159.39187.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=55.16%
G=0.79%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139211100.990.200.45312.2697.1627.65
Hex8B26F063142D138611c
Octal21321570143245547014134
Binary100010111011011110110001110100101101100111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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