Html Css Color HEX #82155B Eggplant

📋 copy color: '#82155B'

red 130 ◦ green 21 ◦ blue 91

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

Shades of Eggplant #82155B

Tints of Eggplant #82155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 53.72%
G = 8.68%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82155B (or 0x82155B) is known color: Eggplant. HEX triplet: 82, 15 and 5B. RGB value is (130,21,91). Sum of RGB (Red+Green+Blue) = 130+21+91=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82155B is #7DEAA4. Grayscale: #3D3D3D. Windows color (decimal): -8252069 or 5969282. OLE color: 5969282.

HSL color Cylindrical-coordinate representation of color #82155B: hue angle of 321.47º 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 #82155B is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 91 -
CMYK 0 0.84 0.30 0.49
HSL 321.47º 0.72% 0.3% -
HSV(B) 321.47º 0.84% 0.51% -
XYZ 11.36 6.04 10.46 -
YUV 61.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 130 21 91 0 0.84 0.30 0.49 321.47 0.72 0.3
Hex 82 15 5B 0 54 1E 31 141 48 1E
Octal 202 25 133 0 124 36 61 501 110 36
Binary 10000010 10101 1011011 0 1010100 11110 110001 101000001 1001000 11110

Color Harmonies of #82155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82155B

Black with #82155B

Text Example


Text Example

White with #82155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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