#86376C

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

Shades of Dark Purple #86376C

Tints of Dark Purple #86376C

Color information

#86376C (or 0x86376C) is unknown color: approx Dark Purple. HEX triplet: 86, 37 and 6C. RGB value is (134,55,108). Sum of RGB (Red+Green+Blue) = 134+55+108=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86376C is #79C893. Grayscale: #545454. Windows color (decimal): -7981204 or 7092102. OLE color: 7092102.

HSL color Cylindrical-coordinate representation of color #86376C: hue angle of 319.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86376C is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13455108-
CMYK00.590.190.47
HSL319.75º41.8%37.06%-
HSV(B)319.75º58.96%52.55%-
XYZ13.98.8815.17-
YUV84.66141.17163.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=45.12%
G=18.52%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345510800.590.190.47319.7541.837.06
Hex86376C03B132F1402a25
Octal2066715407323575005245
Binary100001101101111101100011101110011101111101000000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,55,108); }

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

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

 a { background-color: rgb(134,55,108); }

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

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

 span { border-color: rgb(134,55,108); }

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