#850845

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

Shades of Tyrian Purple #850845

Tints of Tyrian Purple #850845

Color information

#850845 (or 0x850845) is unknown color: approx Tyrian Purple. HEX triplet: 85, 08 and 45. RGB value is (133,8,69). Sum of RGB (Red+Green+Blue) = 133+8+69=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #850845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850845 is #7AF7BA. Grayscale: #343434. Windows color (decimal): -8058811 or 4524165. OLE color: 4524165.

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

Color convert

RGB133869-
CMYK00.940.480.48
HSL330.72º88.65%27.65%-
HSV(B)330.72º93.98%52.16%-
XYZ10.835.596.14-
YUV52.33137.41185.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=63.33%
G=3.81%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13386900.940.480.48330.7288.6527.65
Hex8584505E303014b591c
Octal205101050136606051313134
Binary100001011000100010101011110110000110000101001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850845; }

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

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

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

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

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

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

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

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