Html Css Color HEX #82016A Eggplant

📋 copy color: '#82016A'

red 130 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #82016A

Tints of Eggplant #82016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 106 (41.8% from 255) = 44.73%

R = 54.85%
G = 0.42%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82016A (or 0x82016A) is known color: Eggplant. HEX triplet: 82, 01 and 6A. RGB value is (130,1,106). Sum of RGB (Red+Green+Blue) = 130+1+106=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #82016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82016A is #7DFE95. Grayscale: #333333. Windows color (decimal): -8257174 or 6947202. OLE color: 6947202.

HSL color Cylindrical-coordinate representation of color #82016A: hue angle of 311.16º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82016A is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 1 106 -
CMYK 0 0.99 0.18 0.49
HSL 311.16º 0.98% 0.26% -
HSV(B) 311.16º 0.99% 0.51% -
XYZ 11.82 5.81 14.13 -
YUV 51.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 130 1 106 0 0.99 0.18 0.49 311.16 0.98 0.26
Hex 82 1 6A 0 63 12 31 137 62 1A
Octal 202 1 152 0 143 22 61 467 142 32
Binary 10000010 1 1101010 0 1100011 10010 110001 100110111 1100010 11010

Color Harmonies of #82016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82016A

Black with #82016A

Text Example


Text Example

White with #82016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82016A; }

 p { color: rgb(130,1,106); }

 H1.HeaderClassName
 {
   color: #82016A;
 }
 .AnyTagClassName
 {
   color: #82016A;
 }
</style>

background-color css

<style>
 a { background-color: #82016A; }

 a { background-color: rgb(130,1,106); }

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

border-color css

<style>
 span { border-color: #82016A; }

 span { border-color: rgb(130,1,106); }

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