Html Css Color HEX #83155C Eggplant

📋 copy color: '#83155C'

red 131 ◦ green 21 ◦ blue 92

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

Shades of Eggplant #83155C

Tints of Eggplant #83155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 53.69%
G = 8.61%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83155C (or 0x83155C) is known color: Eggplant. HEX triplet: 83, 15 and 5C. RGB value is (131,21,92). Sum of RGB (Red+Green+Blue) = 131+21+92=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #83155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83155C is #7CEAA3. Grayscale: #3D3D3D. Windows color (decimal): -8186532 or 6034819. OLE color: 6034819.

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

Color convert

RGB 131 21 92 -
CMYK 0 0.84 0.30 0.49
HSL 321.27º 0.72% 0.3% -
HSV(B) 321.27º 0.84% 0.51% -
XYZ 11.56 6.13 10.7 -
YUV 61.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 131 21 92 0 0.84 0.30 0.49 321.27 0.72 0.3
Hex 83 15 5C 0 54 1E 31 141 48 1E
Octal 203 25 134 0 124 36 61 501 110 36
Binary 10000011 10101 1011100 0 1010100 11110 110001 101000001 1001000 11110

Color Harmonies of #83155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83155C

Black with #83155C

Text Example


Text Example

White with #83155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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