Html Css Color HEX #82085C Eggplant

📋 copy color: '#82085C'

red 130 ◦ green 8 ◦ blue 92

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

Shades of Eggplant #82085C

Tints of Eggplant #82085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40%

R = 56.52%
G = 3.48%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82085C (or 0x82085C) is known color: Eggplant. HEX triplet: 82, 08 and 5C. RGB value is (130,8,92). Sum of RGB (Red+Green+Blue) = 130+8+92=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #82085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82085C is #7DF7A3. Grayscale: #353535. Windows color (decimal): -8255396 or 6031490. OLE color: 6031490.

HSL color Cylindrical-coordinate representation of color #82085C: hue angle of 318.69º 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 #82085C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 92 -
CMYK 0 0.94 0.29 0.49
HSL 318.69º 0.88% 0.27% -
HSV(B) 318.69º 0.94% 0.51% -
XYZ 11.22 5.69 10.63 -
YUV 54.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 130 8 92 0 0.94 0.29 0.49 318.69 0.88 0.27
Hex 82 8 5C 0 5E 1D 31 13F 58 1B
Octal 202 10 134 0 136 35 61 477 130 33
Binary 10000010 1000 1011100 0 1011110 11101 110001 100111111 1011000 11011

Color Harmonies of #82085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82085C

Black with #82085C

Text Example


Text Example

White with #82085C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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