Html Css Color HEX #83054F Eggplant

📋 copy color: '#83054F'

red 131 ◦ green 5 ◦ blue 79

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

Shades of Eggplant #83054F

Tints of Eggplant #83054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 60.93%
G = 2.33%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83054F (or 0x83054F) is known color: Eggplant. HEX triplet: 83, 05 and 4F. RGB value is (131,5,79). Sum of RGB (Red+Green+Blue) = 131+5+79=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #83054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83054F is #7CFAB0. Grayscale: #323232. Windows color (decimal): -8190641 or 5178755. OLE color: 5178755.

HSL color Cylindrical-coordinate representation of color #83054F: hue angle of 324.76º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83054F is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 79 -
CMYK 0 0.96 0.40 0.49
HSL 324.76º 0.93% 0.27% -
HSV(B) 324.76º 0.96% 0.51% -
XYZ 10.83 5.5 7.89 -
YUV 51.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 131 5 79 0 0.96 0.40 0.49 324.76 0.93 0.27
Hex 83 5 4F 0 60 28 31 145 5D 1B
Octal 203 5 117 0 140 50 61 505 135 33
Binary 10000011 101 1001111 0 1100000 101000 110001 101000101 1011101 11011

Color Harmonies of #83054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83054F

Black with #83054F

Text Example


Text Example

White with #83054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,5,79); }

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

background-color css

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

 a { background-color: rgb(131,5,79); }

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

border-color css

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

 span { border-color: rgb(131,5,79); }

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