Html Css Color HEX #86197A Dark Purple

📋 copy color: '#86197A'

red 134 ◦ green 25 ◦ blue 122

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

Shades of Dark Purple #86197A

Tints of Dark Purple #86197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

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

R = 47.69%
G = 8.9%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86197A (or 0x86197A) is known color: Dark Purple. HEX triplet: 86, 19 and 7A. RGB value is (134,25,122). Sum of RGB (Red+Green+Blue) = 134+25+122=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86197A is #79E685. Grayscale: #444444. Windows color (decimal): -7988870 or 8001926. OLE color: 8001926.

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

Color convert

RGB 134 25 122 -
CMYK 0 0.81 0.09 0.47
HSL 306.61º 0.69% 0.31% -
HSV(B) 306.61º 0.81% 0.53% -
XYZ 13.69 7.17 19.07 -
YUV 68.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 134 25 122 0 0.81 0.09 0.47 306.61 0.69 0.31
Hex 86 19 7A 0 51 9 2F 133 45 1F
Octal 206 31 172 0 121 11 57 463 105 37
Binary 10000110 11001 1111010 0 1010001 1001 101111 100110011 1000101 11111

Color Harmonies of #86197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86197A

Black with #86197A

Text Example


Text Example

White with #86197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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