#850949

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

Shades of Tyrian Purple #850949

Tints of Tyrian Purple #850949

Color information

#850949 (or 0x850949) is unknown color: approx Tyrian Purple. HEX triplet: 85, 09 and 49. RGB value is (133,9,73). Sum of RGB (Red+Green+Blue) = 133+9+73=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #850949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850949 is #7AF6B6. Grayscale: #353535. Windows color (decimal): -8058551 or 4786565. OLE color: 4786565.

HSL color Cylindrical-coordinate representation of color #850949: hue angle of 329.03º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850949 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB133973-
CMYK00.930.450.48
HSL329.03º87.32%27.84%-
HSV(B)329.03º93.23%52.16%-
XYZ10.975.666.82-
YUV53.37139.08184.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=61.86%
G=4.19%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13397300.930.450.48329.0387.3227.84
Hex8594905D2D30149571c
Octal205111110135556051112734
Binary100001011001100100101011101101101110000101001001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850949; }

 p { color: rgb(133,9,73); }

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

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

 a { background-color: rgb(133,9,73); }

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

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

 span { border-color: rgb(133,9,73); }

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