Html Css Color HEX #83175D Eggplant

📋 copy color: '#83175D'

red 131 ◦ green 23 ◦ blue 93

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

Shades of Eggplant #83175D

Tints of Eggplant #83175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

 BLUE value IS 93 (36.72% from 255) = 37.65%

R = 53.04%
G = 9.31%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83175D (or 0x83175D) is known color: Eggplant. HEX triplet: 83, 17 and 5D. RGB value is (131,23,93). Sum of RGB (Red+Green+Blue) = 131+23+93=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83175D is #7CE8A2. Grayscale: #3F3F3F. Windows color (decimal): -8186019 or 6100867. OLE color: 6100867.

HSL color Cylindrical-coordinate representation of color #83175D: hue angle of 321.11º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83175D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 93 -
CMYK 0 0.82 0.29 0.49
HSL 321.11º 0.7% 0.3% -
HSV(B) 321.11º 0.82% 0.51% -
XYZ 11.64 6.23 10.94 -
YUV 63.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 131 23 93 0 0.82 0.29 0.49 321.11 0.7 0.3
Hex 83 17 5D 0 52 1D 31 141 46 1E
Octal 203 27 135 0 122 35 61 501 106 36
Binary 10000011 10111 1011101 0 1010010 11101 110001 101000001 1000110 11110

Color Harmonies of #83175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83175D

Black with #83175D

Text Example


Text Example

White with #83175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83175D; }

 p { color: rgb(131,23,93); }

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

background-color css

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

 a { background-color: rgb(131,23,93); }

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

border-color css

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

 span { border-color: rgb(131,23,93); }

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