#86376B

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

Shades of Dark Purple #86376B

Tints of Dark Purple #86376B

Color information

#86376B (or 0x86376B) is unknown color: approx Dark Purple. HEX triplet: 86, 37 and 6B. RGB value is (134,55,107). Sum of RGB (Red+Green+Blue) = 134+55+107=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86376B is #79C894. Grayscale: #545454. Windows color (decimal): -7981205 or 7026566. OLE color: 7026566.

HSL color Cylindrical-coordinate representation of color #86376B: hue angle of 320.51º 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 #86376B is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13455107-
CMYK00.590.200.47
HSL320.51º41.8%37.06%-
HSV(B)320.51º58.96%52.55%-
XYZ13.858.8614.89-
YUV84.55140.67163.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 55 (21.88% from 255) = 18.58%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=45.27%
G=18.58%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345510700.590.200.47320.5141.837.06
Hex86376B03B142F1412a25
Octal2066715307324575015245
Binary100001101101111101011011101110100101111101000001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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