Html Css Color HEX #83155E Eggplant

📋 copy color: '#83155E'

red 131 ◦ green 21 ◦ blue 94

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

Shades of Eggplant #83155E

Tints of Eggplant #83155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 53.25%
G = 8.54%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83155E (or 0x83155E) is known color: Eggplant. HEX triplet: 83, 15 and 5E. RGB value is (131,21,94). Sum of RGB (Red+Green+Blue) = 131+21+94=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83155E is #7CEAA1. Grayscale: #3E3E3E. Windows color (decimal): -8186530 or 6165891. OLE color: 6165891.

HSL color Cylindrical-coordinate representation of color #83155E: hue angle of 320.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83155E is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 94 -
CMYK 0 0.84 0.28 0.49
HSL 320.18º 0.72% 0.3% -
HSV(B) 320.18º 0.84% 0.51% -
XYZ 11.65 6.17 11.17 -
YUV 62.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 131 21 94 0 0.84 0.28 0.49 320.18 0.72 0.3
Hex 83 15 5E 0 54 1C 31 140 48 1E
Octal 203 25 136 0 124 34 61 500 110 36
Binary 10000011 10101 1011110 0 1010100 11100 110001 101000000 1001000 11110

Color Harmonies of #83155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83155E

Black with #83155E

Text Example


Text Example

White with #83155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83155E; }

 p { color: rgb(131,21,94); }

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

background-color css

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

 a { background-color: rgb(131,21,94); }

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

border-color css

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

 span { border-color: rgb(131,21,94); }

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