#800951

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

Shades of Tyrian Purple #800951

Tints of Tyrian Purple #800951

Color information

#800951 (or 0x800951) is unknown color: approx Tyrian Purple. HEX triplet: 80, 09 and 51. RGB value is (128,9,81). Sum of RGB (Red+Green+Blue) = 128+9+81=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #800951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800951 is #7FF6AE. Grayscale: #343434. Windows color (decimal): -8386223 or 5310848. OLE color: 5310848.

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

Color convert

RGB128981-
CMYK00.930.370.50
HSL323.7º86.86%26.86%-
HSV(B)323.7º92.97%50.2%-
XYZ10.485.388.27-
YUV52.79143.92181.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.72%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=58.72%
G=4.13%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12898100.930.370.50323.786.8626.86
Hex8095105D2532144571b
Octal200111210135456250412733
Binary100000001001101000101011101100101110010101000100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800951; }

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

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

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

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

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

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

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

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