#80094B

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

Shades of Tyrian Purple #80094B

Tints of Tyrian Purple #80094B

Color information

#80094B (or 0x80094B) is unknown color: approx Tyrian Purple. HEX triplet: 80, 09 and 4B. RGB value is (128,9,75). Sum of RGB (Red+Green+Blue) = 128+9+75=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80094B is #7FF6B4. Grayscale: #333333. Windows color (decimal): -8386229 or 4917632. OLE color: 4917632.

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

Color convert

RGB128975-
CMYK00.930.410.50
HSL326.72º86.86%26.86%-
HSV(B)326.72º92.97%50.2%-
XYZ10.275.297.14-
YUV52.1140.92182.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.38%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=60.38%
G=4.25%
B=35.38%

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
Decimal12897500.930.410.50326.7286.8626.86
Hex8094B05D2932147571b
Octal200111130135516250712733
Binary100000001001100101101011101101001110010101000111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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