#830F5B

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

Shades of Eggplant #830F5B

Tints of Eggplant #830F5B

Color information

#830F5B (or 0x830F5B) is unknown color: approx Eggplant. HEX triplet: 83, 0F and 5B. RGB value is (131,15,91). Sum of RGB (Red+Green+Blue) = 131+15+91=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #830F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F5B is #7CF0A4. Grayscale: #3A3A3A. Windows color (decimal): -8188069 or 5967747. OLE color: 5967747.

HSL color Cylindrical-coordinate representation of color #830F5B: hue angle of 320.69º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F5B is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1311591-
CMYK00.890.310.49
HSL320.69º79.45%28.63%-
HSV(B)320.69º88.55%51.37%-
XYZ11.425.9210.44-
YUV58.35146.43179.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 15 (6.25% from 255) = 6.33%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=55.27%
G=6.33%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131159100.890.310.49320.6979.4528.63
Hex83F5B0591F311414f1d
Octal203171330131376150111735
Binary10000011111110110110101100111111110001101000001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830F5B; }

 p { color: rgb(131,15,91); }

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

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

 a { background-color: rgb(131,15,91); }

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

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

 span { border-color: rgb(131,15,91); }

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