#83094e

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

Shades of Eggplant #83094E

Tints of Eggplant #83094E

Color information

#83094E (or 0x83094E) is unknown color: approx Eggplant. HEX triplet: 83, 09 and 4E. RGB value is (131,9,78). Sum of RGB (Red+Green+Blue) = 131+9+78=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #83094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83094E is #7CF6B1. Grayscale: #353535. Windows color (decimal): -8189618 or 5114243. OLE color: 5114243.

HSL color Cylindrical-coordinate representation of color #83094E: hue angle of 326.07º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83094E is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB131978-
CMYK00.930.400.49
HSL326.07º87.14%27.45%-
HSV(B)326.07º93.13%51.37%-
XYZ10.835.577.71-
YUV53.34141.92183.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.09%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=60.09%
G=4.13%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13197800.930.400.49326.0787.1427.45
Hex8394E05D2831146571b
Octal203111160135506150612733
Binary100000111001100111001011101101000110001101000110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83094e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83094e; }

 p { color: rgb(131,9,78); }

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

<style>
 a { background-color: #83094e; }

 a { background-color: rgb(131,9,78); }

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

<style>
 span { border-color: #83094e; }

 span { border-color: rgb(131,9,78); }

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