#830950

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

Shades of Eggplant #830950

Tints of Eggplant #830950

Color information

#830950 (or 0x830950) is unknown color: approx Eggplant. HEX triplet: 83, 09 and 50. RGB value is (131,9,80). Sum of RGB (Red+Green+Blue) = 131+9+80=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830950 is #7CF6AF. Grayscale: #353535. Windows color (decimal): -8189616 or 5245315. OLE color: 5245315.

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

Color convert

RGB131980-
CMYK00.930.390.49
HSL325.08º87.14%27.45%-
HSV(B)325.08º93.13%51.37%-
XYZ10.915.68.1-
YUV53.57142.92183.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.55%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=59.55%
G=4.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13198000.930.390.49325.0887.1427.45
Hex8395005D2731145571b
Octal203111200135476150512733
Binary100000111001101000001011101100111110001101000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830950; }

 p { color: rgb(131,9,80); }

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

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

 a { background-color: rgb(131,9,80); }

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

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

 span { border-color: rgb(131,9,80); }

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