#830B53

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

Shades of Eggplant #830B53

Tints of Eggplant #830B53

Color information

#830B53 (or 0x830B53) is unknown color: approx Eggplant. HEX triplet: 83, 0B and 53. RGB value is (131,11,83). Sum of RGB (Red+Green+Blue) = 131+11+83=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #830B53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830B53 is #7CF4AC. Grayscale: #363636. Windows color (decimal): -8189101 or 5442435. OLE color: 5442435.

HSL color Cylindrical-coordinate representation of color #830B53: hue angle of 324º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830B53 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1311183-
CMYK00.920.370.49
HSL324º84.51%27.84%-
HSV(B)324º91.6%51.37%-
XYZ11.045.698.7-
YUV55.09143.76182.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.22%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=58.22%
G=4.89%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131118300.920.370.4932484.5127.84
Hex83B5305C2531144551c
Octal203131230134456150412534
Binary100000111011101001101011100100101110001101000100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,11,83); }

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

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

 a { background-color: rgb(131,11,83); }

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

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

 span { border-color: rgb(131,11,83); }

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