#850849

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

Shades of Tyrian Purple #850849

Tints of Tyrian Purple #850849

Color information

#850849 (or 0x850849) is unknown color: approx Tyrian Purple. HEX triplet: 85, 08 and 49. RGB value is (133,8,73). Sum of RGB (Red+Green+Blue) = 133+8+73=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #850849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850849 is #7AF7B6. Grayscale: #343434. Windows color (decimal): -8058807 or 4786309. OLE color: 4786309.

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

Color convert

RGB133873-
CMYK00.940.450.48
HSL328.8º88.65%27.65%-
HSV(B)328.8º93.98%52.16%-
XYZ10.965.646.81-
YUV52.78139.41185.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=62.15%
G=3.74%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13387300.940.450.48328.888.6527.65
Hex8584905E2D30149591c
Octal205101110136556051113134
Binary100001011000100100101011110101101110000101001001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850849; }

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

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

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

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

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

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

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

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