Html Css Color HEX #83155D Eggplant

📋 copy color: '#83155D'

red 131 ◦ green 21 ◦ blue 93

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

Shades of Eggplant #83155D

Tints of Eggplant #83155D

RGB

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

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

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

R = 53.47%
G = 8.57%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83155D (or 0x83155D) is known color: Eggplant. HEX triplet: 83, 15 and 5D. RGB value is (131,21,93). Sum of RGB (Red+Green+Blue) = 131+21+93=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83155D is #7CEAA2. Grayscale: #3D3D3D. Windows color (decimal): -8186531 or 6100355. OLE color: 6100355.

HSL color Cylindrical-coordinate representation of color #83155D: hue angle of 320.73º 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 #83155D is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 93 -
CMYK 0 0.84 0.29 0.49
HSL 320.73º 0.72% 0.3% -
HSV(B) 320.73º 0.84% 0.51% -
XYZ 11.6 6.15 10.93 -
YUV 62.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 131 21 93 0 0.84 0.29 0.49 320.73 0.72 0.3
Hex 83 15 5D 0 54 1D 31 141 48 1E
Octal 203 25 135 0 124 35 61 501 110 36
Binary 10000011 10101 1011101 0 1010100 11101 110001 101000001 1001000 11110

Color Harmonies of #83155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83155D

Black with #83155D

Text Example


Text Example

White with #83155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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