Html Css Color HEX #83145C Eggplant

📋 copy color: '#83145C'

red 131 ◦ green 20 ◦ blue 92

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

Shades of Eggplant #83145C

Tints of Eggplant #83145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

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

R = 53.91%
G = 8.23%
B = 37.86%

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

#83145C (or 0x83145C) is known color: Eggplant. HEX triplet: 83, 14 and 5C. RGB value is (131,20,92). Sum of RGB (Red+Green+Blue) = 131+20+92=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83145C is #7CEBA3. Grayscale: #3D3D3D. Windows color (decimal): -8186788 or 6034563. OLE color: 6034563.

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

Color convert

RGB 131 20 92 -
CMYK 0 0.85 0.30 0.49
HSL 321.08º 0.74% 0.3% -
HSV(B) 321.08º 0.85% 0.51% -
XYZ 11.54 6.1 10.69 -
YUV 61.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 131 20 92 0 0.85 0.30 0.49 321.08 0.74 0.3
Hex 83 14 5C 0 55 1E 31 141 4A 1E
Octal 203 24 134 0 125 36 61 501 112 36
Binary 10000011 10100 1011100 0 1010101 11110 110001 101000001 1001010 11110

Color Harmonies of #83145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83145C

Black with #83145C

Text Example


Text Example

White with #83145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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