Html Css Color HEX #80105F Eggplant

📋 copy color: '#80105F'

red 128 ◦ green 16 ◦ blue 95

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

Shades of Eggplant #80105F

Tints of Eggplant #80105F

RGB

 RED value IS 128 (50.39% from 255) = 53.56%

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 53.56%
G = 6.69%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80105F (or 0x80105F) is known color: Eggplant. HEX triplet: 80, 10 and 5F. RGB value is (128,16,95). Sum of RGB (Red+Green+Blue) = 128+16+95=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80105F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80105F is #7FEFA0. Grayscale: #3A3A3A. Windows color (decimal): -8384417 or 6230144. OLE color: 6230144.

HSL color Cylindrical-coordinate representation of color #80105F: hue angle of 317.68º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80105F is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 95 -
CMYK 0 0.88 0.26 0.50
HSL 317.68º 0.78% 0.28% -
HSV(B) 317.68º 0.88% 0.5% -
XYZ 11.15 5.79 11.36 -
YUV 58.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 128 16 95 0 0.88 0.26 0.50 317.68 0.78 0.28
Hex 80 10 5F 0 58 1A 32 13E 4E 1C
Octal 200 20 137 0 130 32 62 476 116 34
Binary 10000000 10000 1011111 0 1011000 11010 110010 100111110 1001110 11100

Color Harmonies of #80105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80105F

Black with #80105F

Text Example


Text Example

White with #80105F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,16,95); }

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

background-color css

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

 a { background-color: rgb(128,16,95); }

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

border-color css

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

 span { border-color: rgb(128,16,95); }

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