Html Css Color HEX #82005A Eggplant

📋 copy color: '#82005A'

red 130 ◦ green 0 ◦ blue 90

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

Shades of Eggplant #82005A

Tints of Eggplant #82005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 40.91%

R = 59.09%
G = 0%
B = 40.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#82005A (or 0x82005A) is known color: Eggplant. HEX triplet: 82, 00 and 5A. RGB value is (130,0,90). Sum of RGB (Red+Green+Blue) = 130+0+90=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #82005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82005A is #7DFFA5. Grayscale: #303030. Windows color (decimal): -8257446 or 5898370. OLE color: 5898370.

HSL color Cylindrical-coordinate representation of color #82005A: hue angle of 318.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82005A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 90 -
CMYK 0 1 0.31 0.49
HSL 318.46º 1% 0.25% -
HSV(B) 318.46º 1% 0.51% -
XYZ 11.05 5.48 10.15 -
YUV 49.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 130 0 90 0 1 0.31 0.49 318.46 1 0.25
Hex 82 0 5A 0 64 1F 31 13E 64 19
Octal 202 0 132 0 144 37 61 476 144 31
Binary 10000010 0 1011010 0 1100100 11111 110001 100111110 1100100 11001

Color Harmonies of #82005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82005A

Black with #82005A

Text Example


Text Example

White with #82005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,0,90); }

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

background-color css

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

 a { background-color: rgb(130,0,90); }

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

border-color css

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

 span { border-color: rgb(130,0,90); }

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