Html Css Color HEX #80094F Tyrian Purple

📋 copy color: '#80094F'

red 128 ◦ green 9 ◦ blue 79

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

Shades of Tyrian Purple #80094F

Tints of Tyrian Purple #80094F

RGB

 RED value IS 128 (50.39% from 255) = 59.26%

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 59.26%
G = 4.17%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80094F (or 0x80094F) is known color: Tyrian Purple. HEX triplet: 80, 09 and 4F. RGB value is (128,9,79). Sum of RGB (Red+Green+Blue) = 128+9+79=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #80094F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80094F is #7FF6B0. Grayscale: #343434. Windows color (decimal): -8386225 or 5179776. OLE color: 5179776.

HSL color Cylindrical-coordinate representation of color #80094F: hue angle of 324.71º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80094F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 79 -
CMYK 0 0.93 0.38 0.50
HSL 324.71º 0.87% 0.27% -
HSV(B) 324.71º 0.93% 0.5% -
XYZ 10.41 5.35 7.88 -
YUV 52.56 142.92 181.81 -
System Red Green Blue C M Y K H S L
Decimal 128 9 79 0 0.93 0.38 0.50 324.71 0.87 0.27
Hex 80 9 4F 0 5D 26 32 145 57 1B
Octal 200 11 117 0 135 46 62 505 127 33
Binary 10000000 1001 1001111 0 1011101 100110 110010 101000101 1010111 11011

Color Harmonies of #80094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80094F

Black with #80094F

Text Example


Text Example

White with #80094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,9,79); }

 H1.HeaderClassName
 {
   color: #80094F;
 }
 .AnyTagClassName
 {
   color: #80094F;
 }
</style>

background-color css

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

 a { background-color: rgb(128,9,79); }

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

border-color css

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

 span { border-color: rgb(128,9,79); }

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