Html Css Color HEX #82155D Eggplant

📋 copy color: '#82155D'

red 130 ◦ green 21 ◦ blue 93

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

Shades of Eggplant #82155D

Tints of Eggplant #82155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

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

R = 53.28%
G = 8.61%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82155D (or 0x82155D) is known color: Eggplant. HEX triplet: 82, 15 and 5D. RGB value is (130,21,93). Sum of RGB (Red+Green+Blue) = 130+21+93=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82155D is #7DEAA2. Grayscale: #3D3D3D. Windows color (decimal): -8252067 or 6100354. OLE color: 6100354.

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

Color convert

RGB 130 21 93 -
CMYK 0 0.84 0.28 0.49
HSL 320.37º 0.72% 0.3% -
HSV(B) 320.37º 0.84% 0.51% -
XYZ 11.45 6.07 10.92 -
YUV 61.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 130 21 93 0 0.84 0.28 0.49 320.37 0.72 0.3
Hex 82 15 5D 0 54 1C 31 140 48 1E
Octal 202 25 135 0 124 34 61 500 110 36
Binary 10000010 10101 1011101 0 1010100 11100 110001 101000000 1001000 11110

Color Harmonies of #82155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82155D

Black with #82155D

Text Example


Text Example

White with #82155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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