#83065F

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

Shades of Eggplant #83065F

Tints of Eggplant #83065F

Color information

#83065F (or 0x83065F) is unknown color: approx Eggplant. HEX triplet: 83, 06 and 5F. RGB value is (131,6,95). Sum of RGB (Red+Green+Blue) = 131+6+95=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83065F is #7CF9A0. Grayscale: #353535. Windows color (decimal): -8190369 or 6227587. OLE color: 6227587.

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

Color convert

RGB131695-
CMYK00.950.270.49
HSL317.28º91.24%26.86%-
HSV(B)317.28º95.42%51.37%-
XYZ11.495.7811.34-
YUV53.52151.41183.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 6 (2.73% from 255) = 2.59%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=56.47%
G=2.59%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13169500.950.270.49317.2891.2426.86
Hex8365F05F1B3113d5b1b
Octal20361370137336147513333
Binary1000001111010111110101111111011110001100111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83065F; }

 p { color: rgb(131,6,95); }

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

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

 a { background-color: rgb(131,6,95); }

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

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

 span { border-color: rgb(131,6,95); }

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