Html Css Color HEX #82095F Eggplant

📋 copy color: '#82095F'

red 130 ◦ green 9 ◦ blue 95

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

Shades of Eggplant #82095F

Tints of Eggplant #82095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 55.56%
G = 3.85%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82095F (or 0x82095F) is known color: Eggplant. HEX triplet: 82, 09 and 5F. RGB value is (130,9,95). Sum of RGB (Red+Green+Blue) = 130+9+95=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #82095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82095F is #7DF6A0. Grayscale: #363636. Windows color (decimal): -8255137 or 6228354. OLE color: 6228354.

HSL color Cylindrical-coordinate representation of color #82095F: hue angle of 317.36º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82095F is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 9 95 -
CMYK 0 0.93 0.27 0.49
HSL 317.36º 0.87% 0.27% -
HSV(B) 317.36º 0.93% 0.51% -
XYZ 11.37 5.77 11.34 -
YUV 54.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 130 9 95 0 0.93 0.27 0.49 317.36 0.87 0.27
Hex 82 9 5F 0 5D 1B 31 13D 57 1B
Octal 202 11 137 0 135 33 61 475 127 33
Binary 10000010 1001 1011111 0 1011101 11011 110001 100111101 1010111 11011

Color Harmonies of #82095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82095F

Black with #82095F

Text Example


Text Example

White with #82095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82095F; }

 p { color: rgb(130,9,95); }

 H1.HeaderClassName
 {
   color: #82095F;
 }
 .AnyTagClassName
 {
   color: #82095F;
 }
</style>

background-color css

<style>
 a { background-color: #82095F; }

 a { background-color: rgb(130,9,95); }

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

border-color css

<style>
 span { border-color: #82095F; }

 span { border-color: rgb(130,9,95); }

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