Html Css Color HEX #831160 Eggplant

📋 copy color: '#831160'

red 131 ◦ green 17 ◦ blue 96

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

Shades of Eggplant #831160

Tints of Eggplant #831160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 53.69%
G = 6.97%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#831160 (or 0x831160) is known color: Eggplant. HEX triplet: 83, 11 and 60. RGB value is (131,17,96). Sum of RGB (Red+Green+Blue) = 131+17+96=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #831160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831160 is #7CEE9F. Grayscale: #3B3B3B. Windows color (decimal): -8187552 or 6295939. OLE color: 6295939.

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

Color convert

RGB 131 17 96 -
CMYK 0 0.87 0.27 0.49
HSL 318.42º 0.77% 0.29% -
HSV(B) 318.42º 0.87% 0.51% -
XYZ 11.67 6.07 11.62 -
YUV 60.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 131 17 96 0 0.87 0.27 0.49 318.42 0.77 0.29
Hex 83 11 60 0 57 1B 31 13E 4D 1D
Octal 203 21 140 0 127 33 61 476 115 35
Binary 10000011 10001 1100000 0 1010111 11011 110001 100111110 1001101 11101

Color Harmonies of #831160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831160

Black with #831160

Text Example


Text Example

White with #831160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831160; }

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

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

background-color css

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

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

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

border-color css

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

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

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