Html Css Color HEX #86197F Dark Purple

📋 copy color: '#86197F'

red 134 ◦ green 25 ◦ blue 127

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

Shades of Dark Purple #86197F

Tints of Dark Purple #86197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.41%

R = 46.85%
G = 8.74%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86197F (or 0x86197F) is known color: Dark Purple. HEX triplet: 86, 19 and 7F. RGB value is (134,25,127). Sum of RGB (Red+Green+Blue) = 134+25+127=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #86197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86197F is #79E680. Grayscale: #444444. Windows color (decimal): -7988865 or 8329606. OLE color: 8329606.

HSL color Cylindrical-coordinate representation of color #86197F: hue angle of 303.85º 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 #86197F is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 25 127 -
CMYK 0 0.81 0.05 0.47
HSL 303.85º 0.69% 0.31% -
HSV(B) 303.85º 0.81% 0.53% -
XYZ 14.01 7.3 20.75 -
YUV 69.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 134 25 127 0 0.81 0.05 0.47 303.85 0.69 0.31
Hex 86 19 7F 0 51 5 2F 130 45 1F
Octal 206 31 177 0 121 5 57 460 105 37
Binary 10000110 11001 1111111 0 1010001 101 101111 100110000 1000101 11111

Color Harmonies of #86197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86197F

Black with #86197F

Text Example


Text Example

White with #86197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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