Html Css Color HEX #831155 Eggplant

📋 copy color: '#831155'

red 131 ◦ green 17 ◦ blue 85

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

Shades of Eggplant #831155

Tints of Eggplant #831155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 56.22%
G = 7.3%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#831155 (or 0x831155) is known color: Eggplant. HEX triplet: 83, 11 and 55. RGB value is (131,17,85). Sum of RGB (Red+Green+Blue) = 131+17+85=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #831155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831155 is #7CEEAA. Grayscale: #3A3A3A. Windows color (decimal): -8187563 or 5575043. OLE color: 5575043.

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

Color convert

RGB 131 17 85 -
CMYK 0 0.87 0.35 0.49
HSL 324.21º 0.77% 0.29% -
HSV(B) 324.21º 0.87% 0.51% -
XYZ 11.2 5.88 9.14 -
YUV 58.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 131 17 85 0 0.87 0.35 0.49 324.21 0.77 0.29
Hex 83 11 55 0 57 23 31 144 4D 1D
Octal 203 21 125 0 127 43 61 504 115 35
Binary 10000011 10001 1010101 0 1010111 100011 110001 101000100 1001101 11101

Color Harmonies of #831155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831155

Black with #831155

Text Example


Text Example

White with #831155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831155; }

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

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

background-color css

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

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

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

border-color css

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

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

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