#830562

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

Shades of Eggplant #830562

Tints of Eggplant #830562

Color information

#830562 (or 0x830562) is unknown color: approx Eggplant. HEX triplet: 83, 05 and 62. RGB value is (131,5,98). Sum of RGB (Red+Green+Blue) = 131+5+98=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #830562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830562 is #7CFA9D. Grayscale: #353535. Windows color (decimal): -8190622 or 6423939. OLE color: 6423939.

HSL color Cylindrical-coordinate representation of color #830562: hue angle of 315.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830562 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB131598-
CMYK00.960.250.49
HSL315.71º92.65%26.67%-
HSV(B)315.71º96.18%51.37%-
XYZ11.625.8212.07-
YUV53.28153.24183.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.98%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=55.98%
G=2.14%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13159800.960.250.49315.7192.6526.67
Hex83562060193113c5d1b
Octal20351420140316147413533
Binary1000001110111000100110000011001110001100111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830562; }

 p { color: rgb(131,5,98); }

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

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

 a { background-color: rgb(131,5,98); }

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

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

 span { border-color: rgb(131,5,98); }

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