#83125A

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

Shades of Eggplant #83125A

Tints of Eggplant #83125A

Color information

#83125A (or 0x83125A) is unknown color: approx Eggplant. HEX triplet: 83, 12 and 5A. RGB value is (131,18,90). Sum of RGB (Red+Green+Blue) = 131+18+90=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #83125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83125A is #7CEDA5. Grayscale: #3B3B3B. Windows color (decimal): -8187302 or 5902979. OLE color: 5902979.

HSL color Cylindrical-coordinate representation of color #83125A: hue angle of 321.77º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83125A is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1311890-
CMYK00.860.310.49
HSL321.77º75.84%29.22%-
HSV(B)321.77º86.26%51.37%-
XYZ11.42610.23-
YUV60144.94178.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.81%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=54.81%
G=7.53%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131189000.860.310.49321.7775.8429.22
Hex83125A0561F311424c1d
Octal203221320126376150211435
Binary100000111001010110100101011011111110001101000010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83125A; }

 p { color: rgb(131,18,90); }

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

<style>
 a { background-color: #83125A; }

 a { background-color: rgb(131,18,90); }

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

<style>
 span { border-color: #83125A; }

 span { border-color: rgb(131,18,90); }

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