#80094C

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

Shades of Tyrian Purple #80094C

Tints of Tyrian Purple #80094C

Color information

#80094C (or 0x80094C) is unknown color: approx Tyrian Purple. HEX triplet: 80, 09 and 4C. RGB value is (128,9,76). Sum of RGB (Red+Green+Blue) = 128+9+76=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80094C is #7FF6B3. Grayscale: #343434. Windows color (decimal): -8386228 or 4983168. OLE color: 4983168.

HSL color Cylindrical-coordinate representation of color #80094C: hue angle of 326.22º 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 #80094C is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB128976-
CMYK00.930.410.50
HSL326.22º86.86%26.86%-
HSV(B)326.22º92.97%50.2%-
XYZ10.35.317.32-
YUV52.22141.42182.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.09%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=60.09%
G=4.23%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12897600.930.410.50326.2286.8626.86
Hex8094C05D2932146571b
Octal200111140135516250612733
Binary100000001001100110001011101101001110010101000110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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