Html Css Color HEX #831055 Eggplant

📋 copy color: '#831055'

red 131 ◦ green 16 ◦ blue 85

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

Shades of Eggplant #831055

Tints of Eggplant #831055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 56.47%
G = 6.9%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#831055 (or 0x831055) is known color: Eggplant. HEX triplet: 83, 10 and 55. RGB value is (131,16,85). Sum of RGB (Red+Green+Blue) = 131+16+85=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #831055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831055 is #7CEFAA. Grayscale: #3A3A3A. Windows color (decimal): -8187819 or 5574787. OLE color: 5574787.

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

Color convert

RGB 131 16 85 -
CMYK 0 0.88 0.35 0.49
HSL 324º 0.78% 0.29% -
HSV(B) 324º 0.88% 0.51% -
XYZ 11.19 5.85 9.13 -
YUV 58.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 131 16 85 0 0.88 0.35 0.49 324 0.78 0.29
Hex 83 10 55 0 58 23 31 144 4E 1D
Octal 203 20 125 0 130 43 61 504 116 35
Binary 10000011 10000 1010101 0 1011000 100011 110001 101000100 1001110 11101

Color Harmonies of #831055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831055

Black with #831055

Text Example


Text Example

White with #831055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831055; }

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

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

background-color css

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

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

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

border-color css

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

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

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