#850844

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

Shades of Tyrian Purple #850844

Tints of Tyrian Purple #850844

Color information

#850844 (or 0x850844) is unknown color: approx Tyrian Purple. HEX triplet: 85, 08 and 44. RGB value is (133,8,68). Sum of RGB (Red+Green+Blue) = 133+8+68=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #850844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850844 is #7AF7BB. Grayscale: #343434. Windows color (decimal): -8058812 or 4458629. OLE color: 4458629.

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

Color convert

RGB133868-
CMYK00.940.490.48
HSL331.2º88.65%27.65%-
HSV(B)331.2º93.98%52.16%-
XYZ10.85.585.98-
YUV52.22136.91185.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.64%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=63.64%
G=3.83%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13386800.940.490.48331.288.6527.65
Hex8584405E313014b591c
Octal205101040136616051313134
Binary100001011000100010001011110110001110000101001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850844; }

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

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

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

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

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

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

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

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