#86377B

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

Shades of Dark Purple #86377B

Tints of Dark Purple #86377B

Color information

#86377B (or 0x86377B) is unknown color: approx Dark Purple. HEX triplet: 86, 37 and 7B. RGB value is (134,55,123). Sum of RGB (Red+Green+Blue) = 134+55+123=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86377B is #79C884. Grayscale: #565656. Windows color (decimal): -7981189 or 8075142. OLE color: 8075142.

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

Color convert

RGB13455123-
CMYK00.590.080.47
HSL308.35º41.8%37.06%-
HSV(B)308.35º58.96%52.55%-
XYZ14.779.2319.74-
YUV86.37148.67161.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 55 (21.88% from 255) = 17.63%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=42.95%
G=17.63%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345512300.590.080.47308.3541.837.06
Hex86377B03B82F1342a25
Octal2066717307310574645245
Binary10000110110111111101101110111000101111100110100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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