#84094C

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

Shades of Tyrian Purple #84094C

Tints of Tyrian Purple #84094C

Color information

#84094C (or 0x84094C) is unknown color: approx Tyrian Purple. HEX triplet: 84, 09 and 4C. RGB value is (132,9,76). Sum of RGB (Red+Green+Blue) = 132+9+76=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #84094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84094C is #7BF6B3. Grayscale: #353535. Windows color (decimal): -8124084 or 4983172. OLE color: 4983172.

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

Color convert

RGB132976-
CMYK00.930.420.48
HSL327.32º87.23%27.65%-
HSV(B)327.32º93.18%51.76%-
XYZ10.925.627.35-
YUV53.42140.75184.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=60.83%
G=4.15%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13297600.930.420.48327.3287.2327.65
Hex8494C05D2A30147571c
Octal204111140135526050712734
Binary100001001001100110001011101101010110000101000111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84094C; }

 p { color: rgb(132,9,76); }

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

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

 a { background-color: rgb(132,9,76); }

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

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

 span { border-color: rgb(132,9,76); }

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