#86336A

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

Shades of Dark Purple #86336A

Tints of Dark Purple #86336A

Color information

#86336A (or 0x86336A) is unknown color: approx Dark Purple. HEX triplet: 86, 33 and 6A. RGB value is (134,51,106). Sum of RGB (Red+Green+Blue) = 134+51+106=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86336A is #79CC95. Grayscale: #515151. Windows color (decimal): -7982230 or 6960006. OLE color: 6960006.

HSL color Cylindrical-coordinate representation of color #86336A: hue angle of 320.24º 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 #86336A is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13451106-
CMYK00.620.210.47
HSL320.24º44.86%36.27%-
HSV(B)320.24º61.94%52.55%-
XYZ13.628.4814.55-
YUV82.09141.5165.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=46.05%
G=17.53%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345110600.620.210.47320.2444.8636.27
Hex86336A03E152F1402d24
Octal2066315207625575005544
Binary100001101100111101010011111010101101111101000000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86336A; }

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

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

<style>
 a { background-color: #86336A; }

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

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

<style>
 span { border-color: #86336A; }

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

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