#85093F

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

Shades of Tyrian Purple #85093F

Tints of Tyrian Purple #85093F

Color information

#85093F (or 0x85093F) is unknown color: approx Tyrian Purple. HEX triplet: 85, 09 and 3F. RGB value is (133,9,63). Sum of RGB (Red+Green+Blue) = 133+9+63=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #85093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85093F is #7AF6C0. Grayscale: #343434. Windows color (decimal): -8058561 or 4131205. OLE color: 4131205.

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

Color convert

RGB133963-
CMYK00.930.530.48
HSL333.87º87.32%27.84%-
HSV(B)333.87º93.23%52.16%-
XYZ10.675.545.21-
YUV52.23134.08185.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 63 (25% from 255) = 30.73%
R=64.88%
G=4.39%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13396300.930.530.48333.8787.3227.84
Hex8593F05D353014e571c
Octal20511770135656051612734
Binary10000101100111111101011101110101110000101001110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85093F; }

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

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

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

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

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

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

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

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