Html Css Color HEX #82085E Eggplant

📋 copy color: '#82085E'

red 130 ◦ green 8 ◦ blue 94

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

Shades of Eggplant #82085E

Tints of Eggplant #82085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

 BLUE value IS 94 (37.11% from 255) = 40.52%

R = 56.03%
G = 3.45%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82085E (or 0x82085E) is known color: Eggplant. HEX triplet: 82, 08 and 5E. RGB value is (130,8,94). Sum of RGB (Red+Green+Blue) = 130+8+94=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #82085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82085E is #7DF7A1. Grayscale: #363636. Windows color (decimal): -8255394 or 6162562. OLE color: 6162562.

HSL color Cylindrical-coordinate representation of color #82085E: hue angle of 317.7º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82085E is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 94 -
CMYK 0 0.94 0.28 0.49
HSL 317.7º 0.88% 0.27% -
HSV(B) 317.7º 0.94% 0.51% -
XYZ 11.31 5.73 11.1 -
YUV 54.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 130 8 94 0 0.94 0.28 0.49 317.7 0.88 0.27
Hex 82 8 5E 0 5E 1C 31 13E 58 1B
Octal 202 10 136 0 136 34 61 476 130 33
Binary 10000010 1000 1011110 0 1011110 11100 110001 100111110 1011000 11011

Color Harmonies of #82085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82085E

Black with #82085E

Text Example


Text Example

White with #82085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82085E; }

 p { color: rgb(130,8,94); }

 H1.HeaderClassName
 {
   color: #82085E;
 }
 .AnyTagClassName
 {
   color: #82085E;
 }
</style>

background-color css

<style>
 a { background-color: #82085E; }

 a { background-color: rgb(130,8,94); }

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

border-color css

<style>
 span { border-color: #82085E; }

 span { border-color: rgb(130,8,94); }

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