#86337B

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

Shades of Dark Purple #86337B

Tints of Dark Purple #86337B

Color information

#86337B (or 0x86337B) is unknown color: approx Dark Purple. HEX triplet: 86, 33 and 7B. RGB value is (134,51,123). Sum of RGB (Red+Green+Blue) = 134+51+123=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86337B is #79CC84. Grayscale: #535353. Windows color (decimal): -7982213 or 8074118. OLE color: 8074118.

HSL color Cylindrical-coordinate representation of color #86337B: hue angle of 307.95º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86337B is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13451123-
CMYK00.620.080.47
HSL307.95º44.86%36.27%-
HSV(B)307.95º61.94%52.55%-
XYZ14.598.8719.68-
YUV84.02150163.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=43.51%
G=16.56%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345112300.620.080.47307.9544.8636.27
Hex86337B03E82F1342d24
Octal2066317307610574645544
Binary10000110110011111101101111101000101111100110100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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