Html Css Color HEX #831459 Eggplant

📋 copy color: '#831459'

red 131 ◦ green 20 ◦ blue 89

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

Shades of Eggplant #831459

Tints of Eggplant #831459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

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

R = 54.58%
G = 8.33%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#831459 (or 0x831459) is known color: Eggplant. HEX triplet: 83, 14 and 59. RGB value is (131,20,89). Sum of RGB (Red+Green+Blue) = 131+20+89=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #831459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831459 is #7CEBA6. Grayscale: #3C3C3C. Windows color (decimal): -8186791 or 5837955. OLE color: 5837955.

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

Color convert

RGB 131 20 89 -
CMYK 0 0.85 0.32 0.49
HSL 322.7º 0.74% 0.3% -
HSV(B) 322.7º 0.85% 0.51% -
XYZ 11.41 6.05 10.02 -
YUV 61.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 131 20 89 0 0.85 0.32 0.49 322.7 0.74 0.3
Hex 83 14 59 0 55 20 31 143 4A 1E
Octal 203 24 131 0 125 40 61 503 112 36
Binary 10000011 10100 1011001 0 1010101 100000 110001 101000011 1001010 11110

Color Harmonies of #831459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831459

Black with #831459

Text Example


Text Example

White with #831459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831459; }

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

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

background-color css

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

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

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

border-color css

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

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

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