#831258

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

Shades of Eggplant #831258

Tints of Eggplant #831258

Color information

#831258 (or 0x831258) is unknown color: approx Eggplant. HEX triplet: 83, 12 and 58. RGB value is (131,18,88). Sum of RGB (Red+Green+Blue) = 131+18+88=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #831258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831258 is #7CEDA7. Grayscale: #3B3B3B. Windows color (decimal): -8187304 or 5771907. OLE color: 5771907.

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

Color convert

RGB1311888-
CMYK00.860.330.49
HSL322.83º75.84%29.22%-
HSV(B)322.83º86.26%51.37%-
XYZ11.345.969.79-
YUV59.77143.94178.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=55.27%
G=7.59%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131188800.860.330.49322.8375.8429.22
Hex83125805621311434c1d
Octal203221300126416150311435
Binary1000001110010101100001010110100001110001101000011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831258; }

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

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

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

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

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

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

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

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