Html Css Color HEX #86147A Dark Purple

📋 copy color: '#86147A'

red 134 ◦ green 20 ◦ blue 122

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

Shades of Dark Purple #86147A

Tints of Dark Purple #86147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 48.55%
G = 7.25%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86147A (or 0x86147A) is known color: Dark Purple. HEX triplet: 86, 14 and 7A. RGB value is (134,20,122). Sum of RGB (Red+Green+Blue) = 134+20+122=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86147A is #79EB85. Grayscale: #414141. Windows color (decimal): -7990150 or 8000646. OLE color: 8000646.

HSL color Cylindrical-coordinate representation of color #86147A: hue angle of 306.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86147A is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 20 122 -
CMYK 0 0.85 0.09 0.47
HSL 306.32º 0.74% 0.3% -
HSV(B) 306.32º 0.85% 0.53% -
XYZ 13.59 6.97 19.04 -
YUV 65.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 134 20 122 0 0.85 0.09 0.47 306.32 0.74 0.3
Hex 86 14 7A 0 55 9 2F 132 4A 1E
Octal 206 24 172 0 125 11 57 462 112 36
Binary 10000110 10100 1111010 0 1010101 1001 101111 100110010 1001010 11110

Color Harmonies of #86147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86147A

Black with #86147A

Text Example


Text Example

White with #86147A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,20,122); }

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

background-color css

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

 a { background-color: rgb(134,20,122); }

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

border-color css

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

 span { border-color: rgb(134,20,122); }

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