Html Css Color HEX #831059 Eggplant

📋 copy color: '#831059'

red 131 ◦ green 16 ◦ blue 89

#831059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #831059

Tints of Eggplant #831059

RGB

 RED value IS 131 (51.56% from 255) = 55.51%

 GREEN value IS 16 (6.64% from 255) = 6.78%

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 55.51%
G = 6.78%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#831059 (or 0x831059) is known color: Eggplant. HEX triplet: 83, 10 and 59. RGB value is (131,16,89). Sum of RGB (Red+Green+Blue) = 131+16+89=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #831059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831059 is #7CEFA6. Grayscale: #3A3A3A. Windows color (decimal): -8187815 or 5836931. OLE color: 5836931.

HSL color Cylindrical-coordinate representation of color #831059: hue angle of 321.91º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831059 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 89 -
CMYK 0 0.88 0.32 0.49
HSL 321.91º 0.78% 0.29% -
HSV(B) 321.91º 0.88% 0.51% -
XYZ 11.35 5.92 10 -
YUV 58.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 131 16 89 0 0.88 0.32 0.49 321.91 0.78 0.29
Hex 83 10 59 0 58 20 31 142 4E 1D
Octal 203 20 131 0 130 40 61 502 116 35
Binary 10000011 10000 1011001 0 1011000 100000 110001 101000010 1001110 11101

Color Harmonies of #831059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831059

Black with #831059

Text Example


Text Example

White with #831059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831059; }

 p { color: rgb(131,16,89); }

 H1.HeaderClassName
 {
   color: #831059;
 }
 .AnyTagClassName
 {
   color: #831059;
 }
</style>

background-color css

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

 a { background-color: rgb(131,16,89); }

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

border-color css

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

 span { border-color: rgb(131,16,89); }

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