#830250

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

Shades of Eggplant #830250

Tints of Eggplant #830250

Color information

#830250 (or 0x830250) is unknown color: approx Eggplant. HEX triplet: 83, 02 and 50. RGB value is (131,2,80). Sum of RGB (Red+Green+Blue) = 131+2+80=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #830250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830250 is #7CFDAF. Grayscale: #313131. Windows color (decimal): -8191408 or 5243523. OLE color: 5243523.

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

Color convert

RGB131280-
CMYK00.980.390.49
HSL323.72º96.99%26.08%-
HSV(B)323.72º98.47%51.37%-
XYZ10.835.458.07-
YUV49.46145.24186.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.50%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=61.50%
G=0.94%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13128000.980.390.49323.7296.9926.08
Hex832500622731144611a
Octal20321200142476150414132
Binary1000001110101000001100010100111110001101000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830250; }

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

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

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

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

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

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

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

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