Html Css Color HEX #86084A Tyrian Purple

📋 copy color: '#86084A'

red 134 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #86084A

Tints of Tyrian Purple #86084A

RGB

 RED value IS 134 (52.73% from 255) = 62.04%

 GREEN value IS 8 (3.52% from 255) = 3.7%

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 62.04%
G = 3.7%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#86084A (or 0x86084A) is known color: Tyrian Purple. HEX triplet: 86, 08 and 4A. RGB value is (134,8,74). Sum of RGB (Red+Green+Blue) = 134+8+74=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86084A is #79F7B5. Grayscale: #353535. Windows color (decimal): -7993270 or 4851846. OLE color: 4851846.

HSL color Cylindrical-coordinate representation of color #86084A: hue angle of 328.57º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86084A is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 8 74 -
CMYK 0 0.94 0.45 0.47
HSL 328.57º 0.89% 0.28% -
HSV(B) 328.57º 0.94% 0.53% -
XYZ 11.15 5.74 7 -
YUV 53.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 134 8 74 0 0.94 0.45 0.47 328.57 0.89 0.28
Hex 86 8 4A 0 5E 2D 2F 149 59 1C
Octal 206 10 112 0 136 55 57 511 131 34
Binary 10000110 1000 1001010 0 1011110 101101 101111 101001001 1011001 11100

Color Harmonies of #86084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86084A

Black with #86084A

Text Example


Text Example

White with #86084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86084A; }

 p { color: rgb(134,8,74); }

 H1.HeaderClassName
 {
   color: #86084A;
 }
 .AnyTagClassName
 {
   color: #86084A;
 }
</style>

background-color css

<style>
 a { background-color: #86084A; }

 a { background-color: rgb(134,8,74); }

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

border-color css

<style>
 span { border-color: #86084A; }

 span { border-color: rgb(134,8,74); }

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