Html Css Color HEX #83135C Eggplant

📋 copy color: '#83135C'

red 131 ◦ green 19 ◦ blue 92

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

Shades of Eggplant #83135C

Tints of Eggplant #83135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 54.13%
G = 7.85%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83135C (or 0x83135C) is known color: Eggplant. HEX triplet: 83, 13 and 5C. RGB value is (131,19,92). Sum of RGB (Red+Green+Blue) = 131+19+92=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83135C is #7CECA3. Grayscale: #3C3C3C. Windows color (decimal): -8187044 or 6034307. OLE color: 6034307.

HSL color Cylindrical-coordinate representation of color #83135C: hue angle of 320.89º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83135C is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 92 -
CMYK 0 0.85 0.30 0.49
HSL 320.89º 0.75% 0.29% -
HSV(B) 320.89º 0.85% 0.51% -
XYZ 11.52 6.06 10.69 -
YUV 60.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 131 19 92 0 0.85 0.30 0.49 320.89 0.75 0.29
Hex 83 13 5C 0 55 1E 31 141 4B 1D
Octal 203 23 134 0 125 36 61 501 113 35
Binary 10000011 10011 1011100 0 1010101 11110 110001 101000001 1001011 11101

Color Harmonies of #83135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83135C

Black with #83135C

Text Example


Text Example

White with #83135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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