Html Css Color HEX #831157 Eggplant

📋 copy color: '#831157'

red 131 ◦ green 17 ◦ blue 87

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

Shades of Eggplant #831157

Tints of Eggplant #831157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 87 (34.38% from 255) = 37.02%

R = 55.74%
G = 7.23%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#831157 (or 0x831157) is known color: Eggplant. HEX triplet: 83, 11 and 57. RGB value is (131,17,87). Sum of RGB (Red+Green+Blue) = 131+17+87=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #831157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831157 is #7CEEA8. Grayscale: #3A3A3A. Windows color (decimal): -8187561 or 5706115. OLE color: 5706115.

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

Color convert

RGB 131 17 87 -
CMYK 0 0.87 0.34 0.49
HSL 323.16º 0.77% 0.29% -
HSV(B) 323.16º 0.87% 0.51% -
XYZ 11.28 5.91 9.56 -
YUV 59.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 131 17 87 0 0.87 0.34 0.49 323.16 0.77 0.29
Hex 83 11 57 0 57 22 31 143 4D 1D
Octal 203 21 127 0 127 42 61 503 115 35
Binary 10000011 10001 1010111 0 1010111 100010 110001 101000011 1001101 11101

Color Harmonies of #831157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831157

Black with #831157

Text Example


Text Example

White with #831157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831157; }

 p { color: rgb(131,17,87); }

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

background-color css

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

 a { background-color: rgb(131,17,87); }

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

border-color css

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

 span { border-color: rgb(131,17,87); }

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