#830152

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

Shades of Eggplant #830152

Tints of Eggplant #830152

Color information

#830152 (or 0x830152) is unknown color: approx Eggplant. HEX triplet: 83, 01 and 52. RGB value is (131,1,82). Sum of RGB (Red+Green+Blue) = 131+1+82=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #830152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830152 is #7CFEAD. Grayscale: #303030. Windows color (decimal): -8191662 or 5374339. OLE color: 5374339.

HSL color Cylindrical-coordinate representation of color #830152: hue angle of 322.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830152 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB131182-
CMYK00.990.370.49
HSL322.62º98.48%25.88%-
HSV(B)322.62º99.24%51.37%-
XYZ10.895.468.46-
YUV49.1146.57186.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.21%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=61.21%
G=0.47%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13118200.990.370.49322.6298.4825.88
Hex831520632531143621a
Octal20311220143456150314232
Binary100000111101001001100011100101110001101000011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830152; }

 p { color: rgb(131,1,82); }

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

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

 a { background-color: rgb(131,1,82); }

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

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

 span { border-color: rgb(131,1,82); }

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