Html Css Color HEX #86093F Tyrian Purple

📋 copy color: '#86093F'

red 134 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #86093F

Tints of Tyrian Purple #86093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.58%

R = 65.05%
G = 4.37%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86093F (or 0x86093F) is known color: Tyrian Purple. HEX triplet: 86, 09 and 3F. RGB value is (134,9,63). Sum of RGB (Red+Green+Blue) = 134+9+63=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #86093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86093F is #79F6C0. Grayscale: #343434. Windows color (decimal): -7993025 or 4131206. OLE color: 4131206.

HSL color Cylindrical-coordinate representation of color #86093F: hue angle of 334.08º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86093F is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 63 -
CMYK 0 0.93 0.53 0.47
HSL 334.08º 0.87% 0.28% -
HSV(B) 334.08º 0.93% 0.53% -
XYZ 10.83 5.62 5.22 -
YUV 52.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 134 9 63 0 0.93 0.53 0.47 334.08 0.87 0.28
Hex 86 9 3F 0 5D 35 2F 14E 57 1C
Octal 206 11 77 0 135 65 57 516 127 34
Binary 10000110 1001 111111 0 1011101 110101 101111 101001110 1010111 11100

Color Harmonies of #86093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86093F

Black with #86093F

Text Example


Text Example

White with #86093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86093F; }

 p { color: rgb(134,9,63); }

 H1.HeaderClassName
 {
   color: #86093F;
 }
 .AnyTagClassName
 {
   color: #86093F;
 }
</style>

background-color css

<style>
 a { background-color: #86093F; }

 a { background-color: rgb(134,9,63); }

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

border-color css

<style>
 span { border-color: #86093F; }

 span { border-color: rgb(134,9,63); }

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