#80093E

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

Shades of Tyrian Purple #80093E

Tints of Tyrian Purple #80093E

Color information

#80093E (or 0x80093E) is unknown color: approx Tyrian Purple. HEX triplet: 80, 09 and 3E. RGB value is (128,9,62). Sum of RGB (Red+Green+Blue) = 128+9+62=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #80093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80093E is #7FF6C1. Grayscale: #323232. Windows color (decimal): -8386242 or 4065664. OLE color: 4065664.

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

Color convert

RGB128962-
CMYK00.930.520.50
HSL333.28º86.86%26.86%-
HSV(B)333.28º92.97%50.2%-
XYZ9.875.135.03-
YUV50.62134.42183.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.32%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=64.32%
G=4.52%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12896200.930.520.50333.2886.8626.86
Hex8093E05D343214d571b
Octal20011760135646251512733
Binary10000000100111111001011101110100110010101001101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80093E; }

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

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

<style>
 a { background-color: #80093E; }

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

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

<style>
 span { border-color: #80093E; }

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

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