#850942

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

Shades of Tyrian Purple #850942

Tints of Tyrian Purple #850942

Color information

#850942 (or 0x850942) is unknown color: approx Tyrian Purple. HEX triplet: 85, 09 and 42. RGB value is (133,9,66). Sum of RGB (Red+Green+Blue) = 133+9+66=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #850942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850942 is #7AF6BD. Grayscale: #343434. Windows color (decimal): -8058558 or 4327813. OLE color: 4327813.

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

Color convert

RGB133966-
CMYK00.930.500.48
HSL332.42º87.32%27.84%-
HSV(B)332.42º93.23%52.16%-
XYZ10.755.585.66-
YUV52.57135.58185.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.94%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=63.94%
G=4.33%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13396600.930.500.48332.4287.3227.84
Hex8594205D323014c571c
Octal205111020135626051412734
Binary100001011001100001001011101110010110000101001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850942; }

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

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

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

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

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

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

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

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