Html Css Color HEX #83165D Eggplant

📋 copy color: '#83165D'

red 131 ◦ green 22 ◦ blue 93

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

Shades of Eggplant #83165D

Tints of Eggplant #83165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

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

R = 53.25%
G = 8.94%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83165D (or 0x83165D) is known color: Eggplant. HEX triplet: 83, 16 and 5D. RGB value is (131,22,93). Sum of RGB (Red+Green+Blue) = 131+22+93=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83165D is #7CE9A2. Grayscale: #3E3E3E. Windows color (decimal): -8186275 or 6100611. OLE color: 6100611.

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

Color convert

RGB 131 22 93 -
CMYK 0 0.83 0.29 0.49
HSL 320.92º 0.71% 0.3% -
HSV(B) 320.92º 0.83% 0.51% -
XYZ 11.62 6.19 10.94 -
YUV 62.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 131 22 93 0 0.83 0.29 0.49 320.92 0.71 0.3
Hex 83 16 5D 0 53 1D 31 141 47 1E
Octal 203 26 135 0 123 35 61 501 107 36
Binary 10000011 10110 1011101 0 1010011 11101 110001 101000001 1000111 11110

Color Harmonies of #83165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83165D

Black with #83165D

Text Example


Text Example

White with #83165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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