#830254

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

Shades of Eggplant #830254

Tints of Eggplant #830254

Color information

#830254 (or 0x830254) is unknown color: approx Eggplant. HEX triplet: 83, 02 and 54. RGB value is (131,2,84). Sum of RGB (Red+Green+Blue) = 131+2+84=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #830254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830254 is #7CFDAB. Grayscale: #313131. Windows color (decimal): -8191404 or 5505667. OLE color: 5505667.

HSL color Cylindrical-coordinate representation of color #830254: hue angle of 321.86º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830254 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB131284-
CMYK00.980.360.49
HSL321.86º96.99%26.08%-
HSV(B)321.86º98.47%51.37%-
XYZ10.985.518.87-
YUV49.92147.24185.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.37%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=60.37%
G=0.92%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13128400.980.360.49321.8696.9926.08
Hex832540622431142611a
Octal20321240142446150214132
Binary1000001110101010001100010100100110001101000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830254; }

 p { color: rgb(131,2,84); }

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

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

 a { background-color: rgb(131,2,84); }

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

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

 span { border-color: rgb(131,2,84); }

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