Html Css Color HEX #83094F Eggplant

📋 copy color: '#83094F'

red 131 ◦ green 9 ◦ blue 79

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

Shades of Eggplant #83094F

Tints of Eggplant #83094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

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

R = 59.82%
G = 4.11%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83094F (or 0x83094F) is known color: Eggplant. HEX triplet: 83, 09 and 4F. RGB value is (131,9,79). Sum of RGB (Red+Green+Blue) = 131+9+79=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #83094F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83094F is #7CF6B0. Grayscale: #353535. Windows color (decimal): -8189617 or 5179779. OLE color: 5179779.

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

Color convert

RGB 131 9 79 -
CMYK 0 0.93 0.40 0.49
HSL 325.57º 0.87% 0.27% -
HSV(B) 325.57º 0.93% 0.51% -
XYZ 10.87 5.59 7.9 -
YUV 53.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 131 9 79 0 0.93 0.40 0.49 325.57 0.87 0.27
Hex 83 9 4F 0 5D 28 31 146 57 1B
Octal 203 11 117 0 135 50 61 506 127 33
Binary 10000011 1001 1001111 0 1011101 101000 110001 101000110 1010111 11011

Color Harmonies of #83094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83094F

Black with #83094F

Text Example


Text Example

White with #83094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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