#800950

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

Shades of Tyrian Purple #800950

Tints of Tyrian Purple #800950

Color information

#800950 (or 0x800950) is unknown color: approx Tyrian Purple. HEX triplet: 80, 09 and 50. RGB value is (128,9,80). Sum of RGB (Red+Green+Blue) = 128+9+80=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800950 is #7FF6AF. Grayscale: #343434. Windows color (decimal): -8386224 or 5245312. OLE color: 5245312.

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

Color convert

RGB128980-
CMYK00.930.380.50
HSL324.2º86.86%26.86%-
HSV(B)324.2º92.97%50.2%-
XYZ10.455.368.07-
YUV52.68143.42181.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.99%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=58.99%
G=4.15%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12898000.930.380.50324.286.8626.86
Hex8095005D2632144571b
Octal200111200135466250412733
Binary100000001001101000001011101100110110010101000100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800950; }

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

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

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

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

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

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

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

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