#83125C

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

Shades of Eggplant #83125C

Tints of Eggplant #83125C

Color information

#83125C (or 0x83125C) is unknown color: approx Eggplant. HEX triplet: 83, 12 and 5C. RGB value is (131,18,92). Sum of RGB (Red+Green+Blue) = 131+18+92=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83125C is #7CEDA3. Grayscale: #3C3C3C. Windows color (decimal): -8187300 or 6034051. OLE color: 6034051.

HSL color Cylindrical-coordinate representation of color #83125C: hue angle of 320.71º 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 #83125C is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1311892-
CMYK00.860.300.49
HSL320.71º75.84%29.22%-
HSV(B)320.71º86.26%51.37%-
XYZ11.516.0310.68-
YUV60.22145.94178.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.36%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=54.36%
G=7.47%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131189200.860.300.49320.7175.8429.22
Hex83125C0561E311414c1d
Octal203221340126366150111435
Binary100000111001010111000101011011110110001101000001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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