Html Css Color HEX #831261 Eggplant

📋 copy color: '#831261'

red 131 ◦ green 18 ◦ blue 97

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

Shades of Eggplant #831261

Tints of Eggplant #831261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 53.25%
G = 7.32%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#831261 (or 0x831261) is known color: Eggplant. HEX triplet: 83, 12 and 61. RGB value is (131,18,97). Sum of RGB (Red+Green+Blue) = 131+18+97=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #831261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831261 is #7CED9E. Grayscale: #3C3C3C. Windows color (decimal): -8187295 or 6361731. OLE color: 6361731.

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

Color convert

RGB 131 18 97 -
CMYK 0 0.86 0.26 0.49
HSL 318.05º 0.76% 0.29% -
HSV(B) 318.05º 0.86% 0.51% -
XYZ 11.73 6.12 11.87 -
YUV 60.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 131 18 97 0 0.86 0.26 0.49 318.05 0.76 0.29
Hex 83 12 61 0 56 1A 31 13E 4C 1D
Octal 203 22 141 0 126 32 61 476 114 35
Binary 10000011 10010 1100001 0 1010110 11010 110001 100111110 1001100 11101

Color Harmonies of #831261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831261

Black with #831261

Text Example


Text Example

White with #831261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831261; }

 p { color: rgb(131,18,97); }

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

background-color css

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

 a { background-color: rgb(131,18,97); }

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

border-color css

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

 span { border-color: rgb(131,18,97); }

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