#80096C

Color #80096C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #80096C

Tints of Dark Purple #80096C

Color information

#80096C (or 0x80096C) is unknown color: approx Dark Purple. HEX triplet: 80, 09 and 6C. RGB value is (128,9,108). Sum of RGB (Red+Green+Blue) = 128+9+108=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80096C is #7FF693. Grayscale: #373737. Windows color (decimal): -8386196 or 7080320. OLE color: 7080320.

HSL color Cylindrical-coordinate representation of color #80096C: hue angle of 310.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80096C is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB1289108-
CMYK00.930.160.50
HSL310.08º86.86%26.86%-
HSV(B)310.08º92.97%50.2%-
XYZ11.715.8714.7-
YUV55.87157.42179.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=52.24%
G=3.67%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128910800.930.160.50310.0886.8626.86
Hex8096C05D1032136571b
Octal200111540135206246612733
Binary10000000100111011000101110110000110010100110110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,9,108); }

 H1.HeaderClassName
 {
   color: #80096C;
 }
 .AnyTagClassName
 {
   color: #80096C;
 }
</style>
background-color css

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

 a { background-color: rgb(128,9,108); }

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

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

 span { border-color: rgb(128,9,108); }

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