#850946

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

Shades of Tyrian Purple #850946

Tints of Tyrian Purple #850946

Color information

#850946 (or 0x850946) is unknown color: approx Tyrian Purple. HEX triplet: 85, 09 and 46. RGB value is (133,9,70). Sum of RGB (Red+Green+Blue) = 133+9+70=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #850946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850946 is #7AF6B9. Grayscale: #343434. Windows color (decimal): -8058554 or 4589957. OLE color: 4589957.

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

Color convert

RGB133970-
CMYK00.930.470.48
HSL330.48º87.32%27.84%-
HSV(B)330.48º93.23%52.16%-
XYZ10.885.626.31-
YUV53.03137.58185.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=62.74%
G=4.25%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13397000.930.470.48330.4887.3227.84
Hex8594605D2F3014a571c
Octal205111060135576051212734
Binary100001011001100011001011101101111110000101001010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850946; }

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

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

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

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

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

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

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

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