#85094B

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

Shades of Tyrian Purple #85094B

Tints of Tyrian Purple #85094B

Color information

#85094B (or 0x85094B) is unknown color: approx Tyrian Purple. HEX triplet: 85, 09 and 4B. RGB value is (133,9,75). Sum of RGB (Red+Green+Blue) = 133+9+75=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85094B is #7AF6B4. Grayscale: #353535. Windows color (decimal): -8058549 or 4917637. OLE color: 4917637.

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

Color convert

RGB133975-
CMYK00.930.440.48
HSL328.06º87.32%27.84%-
HSV(B)328.06º93.23%52.16%-
XYZ11.045.697.17-
YUV53.6140.08184.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=61.29%
G=4.15%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13397500.930.440.48328.0687.3227.84
Hex8594B05D2C30148571c
Octal205111130135546051012734
Binary100001011001100101101011101101100110000101001000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85094B; }

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

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

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

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

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

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

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

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