Html Css Color HEX #831260 Eggplant

📋 copy color: '#831260'

red 131 ◦ green 18 ◦ blue 96

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

Shades of Eggplant #831260

Tints of Eggplant #831260

RGB

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

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

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

R = 53.47%
G = 7.35%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#831260 (or 0x831260) is known color: Eggplant. HEX triplet: 83, 12 and 60. RGB value is (131,18,96). Sum of RGB (Red+Green+Blue) = 131+18+96=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #831260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831260 is #7CED9F. Grayscale: #3C3C3C. Windows color (decimal): -8187296 or 6296195. OLE color: 6296195.

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

Color convert

RGB 131 18 96 -
CMYK 0 0.86 0.27 0.49
HSL 318.58º 0.76% 0.29% -
HSV(B) 318.58º 0.86% 0.51% -
XYZ 11.69 6.1 11.63 -
YUV 60.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 131 18 96 0 0.86 0.27 0.49 318.58 0.76 0.29
Hex 83 12 60 0 56 1B 31 13F 4C 1D
Octal 203 22 140 0 126 33 61 477 114 35
Binary 10000011 10010 1100000 0 1010110 11011 110001 100111111 1001100 11101

Color Harmonies of #831260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831260

Black with #831260

Text Example


Text Example

White with #831260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831260; }

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

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

background-color css

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

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

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

border-color css

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

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

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