#840B69

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

Shades of Eggplant #840B69

Tints of Eggplant #840B69

Color information

#840B69 (or 0x840B69) is unknown color: approx Eggplant. HEX triplet: 84, 0B and 69. RGB value is (132,11,105). Sum of RGB (Red+Green+Blue) = 132+11+105=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #840B69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B69 is #7BF496. Grayscale: #393939. Windows color (decimal): -8123543 or 6884228. OLE color: 6884228.

HSL color Cylindrical-coordinate representation of color #840B69: hue angle of 313.39º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B69 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13211105-
CMYK00.920.200.48
HSL313.39º84.62%28.04%-
HSV(B)313.39º91.67%51.76%-
XYZ12.196.1613.91-
YUV57.9154.59180.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 11 (4.69% from 255) = 4.44%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=53.23%
G=4.44%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321110500.920.200.48313.3984.6228.04
Hex84B6905C1430139551c
Octal204131510134246047112534
Binary10000100101111010010101110010100110000100111001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840B69; }

 p { color: rgb(132,11,105); }

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

<style>
 a { background-color: #840B69; }

 a { background-color: rgb(132,11,105); }

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

<style>
 span { border-color: #840B69; }

 span { border-color: rgb(132,11,105); }

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