Html Css Color HEX #82094E Tyrian Purple

📋 copy color: '#82094E'

red 130 ◦ green 9 ◦ blue 78

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

Shades of Tyrian Purple #82094E

Tints of Tyrian Purple #82094E

RGB

 RED value IS 130 (51.17% from 255) = 59.91%

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

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 59.91%
G = 4.15%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82094E (or 0x82094E) is known color: Tyrian Purple. HEX triplet: 82, 09 and 4E. RGB value is (130,9,78). Sum of RGB (Red+Green+Blue) = 130+9+78=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #82094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82094E is #7DF6B1. Grayscale: #343434. Windows color (decimal): -8255154 or 5114242. OLE color: 5114242.

HSL color Cylindrical-coordinate representation of color #82094E: hue angle of 325.79º 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 #82094E is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 9 78 -
CMYK 0 0.93 0.40 0.49
HSL 325.79º 0.87% 0.27% -
HSV(B) 325.79º 0.93% 0.51% -
XYZ 10.68 5.49 7.7 -
YUV 53.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 130 9 78 0 0.93 0.40 0.49 325.79 0.87 0.27
Hex 82 9 4E 0 5D 28 31 146 57 1B
Octal 202 11 116 0 135 50 61 506 127 33
Binary 10000010 1001 1001110 0 1011101 101000 110001 101000110 1010111 11011

Color Harmonies of #82094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82094E

Black with #82094E

Text Example


Text Example

White with #82094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82094E;
 }
 .AnyTagClassName
 {
   color: #82094E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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