#84094B

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

Shades of Tyrian Purple #84094B

Tints of Tyrian Purple #84094B

Color information

#84094B (or 0x84094B) is unknown color: approx Tyrian Purple. HEX triplet: 84, 09 and 4B. RGB value is (132,9,75). Sum of RGB (Red+Green+Blue) = 132+9+75=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #84094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84094B is #7BF6B4. Grayscale: #353535. Windows color (decimal): -8124085 or 4917636. OLE color: 4917636.

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

Color convert

RGB132975-
CMYK00.930.430.48
HSL327.8º87.23%27.65%-
HSV(B)327.8º93.18%51.76%-
XYZ10.885.617.17-
YUV53.3140.25184.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=61.11%
G=4.17%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13297500.930.430.48327.887.2327.65
Hex8494B05D2B30148571c
Octal204111130135536051012734
Binary100001001001100101101011101101011110000101001000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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