#850940

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

Shades of Tyrian Purple #850940

Tints of Tyrian Purple #850940

Color information

#850940 (or 0x850940) is unknown color: approx Tyrian Purple. HEX triplet: 85, 09 and 40. RGB value is (133,9,64). Sum of RGB (Red+Green+Blue) = 133+9+64=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #850940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850940 is #7AF6BF. Grayscale: #343434. Windows color (decimal): -8058560 or 4196741. OLE color: 4196741.

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

Color convert

RGB133964-
CMYK00.930.520.48
HSL333.39º87.32%27.84%-
HSV(B)333.39º93.23%52.16%-
XYZ10.75.555.36-
YUV52.35134.58185.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=64.56%
G=4.37%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13396400.930.520.48333.3987.3227.84
Hex8594005D343014d571c
Octal205111000135646051512734
Binary100001011001100000001011101110100110000101001101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850940; }

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

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

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

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

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

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

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

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