Html Css Color HEX #85094B Tyrian Purple

📋 copy color: '#85094B'

red 133 ◦ green 9 ◦ blue 75

#85094B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #85094B

Tints of Tyrian Purple #85094B

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 value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85094B (or 0x85094B) is known color: 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

RGB 133 9 75 -
CMYK 0 0.93 0.44 0.48
HSL 328.06º 0.87% 0.28% -
HSV(B) 328.06º 0.93% 0.52% -
XYZ 11.04 5.69 7.17 -
YUV 53.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 133 9 75 0 0.93 0.44 0.48 328.06 0.87 0.28
Hex 85 9 4B 0 5D 2C 30 148 57 1C
Octal 205 11 113 0 135 54 60 510 127 34
Binary 10000101 1001 1001011 0 1011101 101100 110000 101001000 1010111 11100

Color Harmonies of #85094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85094B

Black with #85094B

Text Example


Text Example

White with #85094B

Text Example


Text Example

HTML Codes & Css Web 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>