#86167E

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

Shades of Dark Purple #86167E

Tints of Dark Purple #86167E

Color information

#86167E (or 0x86167E) is unknown color: approx Dark Purple. HEX triplet: 86, 16 and 7E. RGB value is (134,22,126). Sum of RGB (Red+Green+Blue) = 134+22+126=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86167E is #79E981. Grayscale: #434343. Windows color (decimal): -7989634 or 8263302. OLE color: 8263302.

HSL color Cylindrical-coordinate representation of color #86167E: hue angle of 304.29º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86167E is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13422126-
CMYK00.840.060.47
HSL304.29º71.79%30.59%-
HSV(B)304.29º83.58%52.55%-
XYZ13.887.1520.39-
YUV67.34161.11175.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=47.52%
G=7.80%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342212600.840.060.47304.2971.7930.59
Hex86167E05462F130481f
Octal20626176012465746011037
Binary1000011010110111111001010100110101111100110000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86167E; }

 p { color: rgb(134,22,126); }

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

<style>
 a { background-color: #86167E; }

 a { background-color: rgb(134,22,126); }

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

<style>
 span { border-color: #86167E; }

 span { border-color: rgb(134,22,126); }

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