Html Css Color HEX #83155B Eggplant

📋 copy color: '#83155B'

red 131 ◦ green 21 ◦ blue 91

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

Shades of Eggplant #83155B

Tints of Eggplant #83155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 53.91%
G = 8.64%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83155B (or 0x83155B) is known color: Eggplant. HEX triplet: 83, 15 and 5B. RGB value is (131,21,91). Sum of RGB (Red+Green+Blue) = 131+21+91=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83155B is #7CEAA4. Grayscale: #3D3D3D. Windows color (decimal): -8186533 or 5969283. OLE color: 5969283.

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

Color convert

RGB 131 21 91 -
CMYK 0 0.84 0.31 0.49
HSL 321.82º 0.72% 0.3% -
HSV(B) 321.82º 0.84% 0.51% -
XYZ 11.52 6.12 10.47 -
YUV 61.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 131 21 91 0 0.84 0.31 0.49 321.82 0.72 0.3
Hex 83 15 5B 0 54 1F 31 142 48 1E
Octal 203 25 133 0 124 37 61 502 110 36
Binary 10000011 10101 1011011 0 1010100 11111 110001 101000010 1001000 11110

Color Harmonies of #83155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83155B

Black with #83155B

Text Example


Text Example

White with #83155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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