Html Css Color HEX #83155F Eggplant

📋 copy color: '#83155F'

red 131 ◦ green 21 ◦ blue 95

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

Shades of Eggplant #83155F

Tints of Eggplant #83155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 53.04%
G = 8.5%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83155F (or 0x83155F) is known color: Eggplant. HEX triplet: 83, 15 and 5F. RGB value is (131,21,95). Sum of RGB (Red+Green+Blue) = 131+21+95=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83155F is #7CEAA0. Grayscale: #3E3E3E. Windows color (decimal): -8186529 or 6231427. OLE color: 6231427.

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

Color convert

RGB 131 21 95 -
CMYK 0 0.84 0.27 0.49
HSL 319.64º 0.72% 0.3% -
HSV(B) 319.64º 0.84% 0.51% -
XYZ 11.69 6.19 11.4 -
YUV 62.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 131 21 95 0 0.84 0.27 0.49 319.64 0.72 0.3
Hex 83 15 5F 0 54 1B 31 140 48 1E
Octal 203 25 137 0 124 33 61 500 110 36
Binary 10000011 10101 1011111 0 1010100 11011 110001 101000000 1001000 11110

Color Harmonies of #83155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83155F

Black with #83155F

Text Example


Text Example

White with #83155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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