Html Css Color HEX #82084F Eggplant

📋 copy color: '#82084F'

red 130 ◦ green 8 ◦ blue 79

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

Shades of Eggplant #82084F

Tints of Eggplant #82084F

RGB

 RED value IS 130 (51.17% from 255) = 59.91%

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

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

R = 59.91%
G = 3.69%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82084F (or 0x82084F) is known color: Eggplant. HEX triplet: 82, 08 and 4F. RGB value is (130,8,79). Sum of RGB (Red+Green+Blue) = 130+8+79=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #82084F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82084F is #7DF7B0. Grayscale: #343434. Windows color (decimal): -8255409 or 5179522. OLE color: 5179522.

HSL color Cylindrical-coordinate representation of color #82084F: hue angle of 325.08º 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 #82084F is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 79 -
CMYK 0 0.94 0.39 0.49
HSL 325.08º 0.88% 0.27% -
HSV(B) 325.08º 0.94% 0.51% -
XYZ 10.7 5.48 7.89 -
YUV 52.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 130 8 79 0 0.94 0.39 0.49 325.08 0.88 0.27
Hex 82 8 4F 0 5E 27 31 145 58 1B
Octal 202 10 117 0 136 47 61 505 130 33
Binary 10000010 1000 1001111 0 1011110 100111 110001 101000101 1011000 11011

Color Harmonies of #82084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82084F

Black with #82084F

Text Example


Text Example

White with #82084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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