Html Css Color HEX #83115E Eggplant

📋 copy color: '#83115E'

red 131 ◦ green 17 ◦ blue 94

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

Shades of Eggplant #83115E

Tints of Eggplant #83115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

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

R = 54.13%
G = 7.02%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83115E (or 0x83115E) is known color: Eggplant. HEX triplet: 83, 11 and 5E. RGB value is (131,17,94). Sum of RGB (Red+Green+Blue) = 131+17+94=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83115E is #7CEEA1. Grayscale: #3B3B3B. Windows color (decimal): -8187554 or 6164867. OLE color: 6164867.

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

Color convert

RGB 131 17 94 -
CMYK 0 0.87 0.28 0.49
HSL 319.47º 0.77% 0.29% -
HSV(B) 319.47º 0.87% 0.51% -
XYZ 11.58 6.03 11.14 -
YUV 59.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 131 17 94 0 0.87 0.28 0.49 319.47 0.77 0.29
Hex 83 11 5E 0 57 1C 31 13F 4D 1D
Octal 203 21 136 0 127 34 61 477 115 35
Binary 10000011 10001 1011110 0 1010111 11100 110001 100111111 1001101 11101

Color Harmonies of #83115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83115E

Black with #83115E

Text Example


Text Example

White with #83115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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