Html Css Color HEX #82165D Eggplant

📋 copy color: '#82165D'

red 130 ◦ green 22 ◦ blue 93

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

Shades of Eggplant #82165D

Tints of Eggplant #82165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 53.06%
G = 8.98%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82165D (or 0x82165D) is known color: Eggplant. HEX triplet: 82, 16 and 5D. RGB value is (130,22,93). Sum of RGB (Red+Green+Blue) = 130+22+93=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82165D is #7DE9A2. Grayscale: #3E3E3E. Windows color (decimal): -8251811 or 6100610. OLE color: 6100610.

HSL color Cylindrical-coordinate representation of color #82165D: hue angle of 320.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82165D is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 22 93 -
CMYK 0 0.83 0.28 0.49
HSL 320.56º 0.71% 0.3% -
HSV(B) 320.56º 0.83% 0.51% -
XYZ 11.47 6.11 10.93 -
YUV 62.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 130 22 93 0 0.83 0.28 0.49 320.56 0.71 0.3
Hex 82 16 5D 0 53 1C 31 141 47 1E
Octal 202 26 135 0 123 34 61 501 107 36
Binary 10000010 10110 1011101 0 1010011 11100 110001 101000001 1000111 11110

Color Harmonies of #82165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82165D

Black with #82165D

Text Example


Text Example

White with #82165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82165D; }

 p { color: rgb(130,22,93); }

 H1.HeaderClassName
 {
   color: #82165D;
 }
 .AnyTagClassName
 {
   color: #82165D;
 }
</style>

background-color css

<style>
 a { background-color: #82165D; }

 a { background-color: rgb(130,22,93); }

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

border-color css

<style>
 span { border-color: #82165D; }

 span { border-color: rgb(130,22,93); }

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