#86197C

Color #86197C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #86197C

Tints of Dark Purple #86197C

Color information

#86197C (or 0x86197C) is unknown color: approx Dark Purple. HEX triplet: 86, 19 and 7C. RGB value is (134,25,124). Sum of RGB (Red+Green+Blue) = 134+25+124=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #86197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86197C is #79E683. Grayscale: #444444. Windows color (decimal): -7988868 or 8132998. OLE color: 8132998.

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

Color convert

RGB13425124-
CMYK00.810.070.47
HSL305.5º68.55%31.18%-
HSV(B)305.5º81.34%52.55%-
XYZ13.827.2219.73-
YUV68.88159.11174.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 25 (10.16% from 255) = 8.83%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=47.35%
G=8.83%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342512400.810.070.47305.568.5531.18
Hex86197C05172F132451f
Octal20631174012175746210537
Binary1000011011001111110001010001111101111100110010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86197C;
 }
 .AnyTagClassName
 {
   color: #86197C;
 }
</style>
background-color css

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

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

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

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

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

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