#82094D

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

Shades of Tyrian Purple #82094D

Tints of Tyrian Purple #82094D

Color information

#82094D (or 0x82094D) is unknown color: approx Tyrian Purple. HEX triplet: 82, 09 and 4D. RGB value is (130,9,77). Sum of RGB (Red+Green+Blue) = 130+9+77=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #82094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82094D is #7DF6B2. Grayscale: #343434. Windows color (decimal): -8255155 or 5048706. OLE color: 5048706.

HSL color Cylindrical-coordinate representation of color #82094D: hue angle of 326.28º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82094D is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB130977-
CMYK00.930.410.49
HSL326.28º87.05%27.25%-
HSV(B)326.28º93.08%50.98%-
XYZ10.645.487.52-
YUV52.93141.59182.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.19%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=60.19%
G=4.17%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13097700.930.410.49326.2887.0527.25
Hex8294D05D2931146571b
Octal202111150135516150612733
Binary100000101001100110101011101101001110001101000110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82094D; }

 p { color: rgb(130,9,77); }

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

<style>
 a { background-color: #82094D; }

 a { background-color: rgb(130,9,77); }

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

<style>
 span { border-color: #82094D; }

 span { border-color: rgb(130,9,77); }

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