Html Css Color HEX #831057 Eggplant

📋 copy color: '#831057'

red 131 ◦ green 16 ◦ blue 87

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

Shades of Eggplant #831057

Tints of Eggplant #831057

RGB

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

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

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

R = 55.98%
G = 6.84%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#831057 (or 0x831057) is known color: Eggplant. HEX triplet: 83, 10 and 57. RGB value is (131,16,87). Sum of RGB (Red+Green+Blue) = 131+16+87=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #831057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831057 is #7CEFA8. Grayscale: #3A3A3A. Windows color (decimal): -8187817 or 5705859. OLE color: 5705859.

HSL color Cylindrical-coordinate representation of color #831057: hue angle of 322.96º 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 #831057 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 87 -
CMYK 0 0.88 0.34 0.49
HSL 322.96º 0.78% 0.29% -
HSV(B) 322.96º 0.88% 0.51% -
XYZ 11.27 5.88 9.56 -
YUV 58.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 131 16 87 0 0.88 0.34 0.49 322.96 0.78 0.29
Hex 83 10 57 0 58 22 31 143 4E 1D
Octal 203 20 127 0 130 42 61 503 116 35
Binary 10000011 10000 1010111 0 1011000 100010 110001 101000011 1001110 11101

Color Harmonies of #831057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831057

Black with #831057

Text Example


Text Example

White with #831057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831057; }

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

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

background-color css

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

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

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

border-color css

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

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

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