Html Css Color HEX #83084F Eggplant

📋 copy color: '#83084F'

red 131 ◦ green 8 ◦ blue 79

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

Shades of Eggplant #83084F

Tints of Eggplant #83084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

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

R = 60.09%
G = 3.67%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83084F (or 0x83084F) is known color: Eggplant. HEX triplet: 83, 08 and 4F. RGB value is (131,8,79). Sum of RGB (Red+Green+Blue) = 131+8+79=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #83084F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83084F is #7CF7B0. Grayscale: #343434. Windows color (decimal): -8189873 or 5179523. OLE color: 5179523.

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

Color convert

RGB 131 8 79 -
CMYK 0 0.94 0.40 0.49
HSL 325.37º 0.88% 0.27% -
HSV(B) 325.37º 0.94% 0.51% -
XYZ 10.86 5.56 7.9 -
YUV 52.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 131 8 79 0 0.94 0.40 0.49 325.37 0.88 0.27
Hex 83 8 4F 0 5E 28 31 145 58 1B
Octal 203 10 117 0 136 50 61 505 130 33
Binary 10000011 1000 1001111 0 1011110 101000 110001 101000101 1011000 11011

Color Harmonies of #83084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83084F

Black with #83084F

Text Example


Text Example

White with #83084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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