#850944

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

Shades of Tyrian Purple #850944

Tints of Tyrian Purple #850944

Color information

#850944 (or 0x850944) is unknown color: approx Tyrian Purple. HEX triplet: 85, 09 and 44. RGB value is (133,9,68). Sum of RGB (Red+Green+Blue) = 133+9+68=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #850944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850944 is #7AF6BB. Grayscale: #343434. Windows color (decimal): -8058556 or 4458885. OLE color: 4458885.

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

Color convert

RGB133968-
CMYK00.930.490.48
HSL331.45º87.32%27.84%-
HSV(B)331.45º93.23%52.16%-
XYZ10.815.65.98-
YUV52.8136.58185.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=63.33%
G=4.29%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13396800.930.490.48331.4587.3227.84
Hex8594405D313014b571c
Octal205111040135616051312734
Binary100001011001100010001011101110001110000101001011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850944; }

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

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

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

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

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

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

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

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