#86367D

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

Shades of Dark Purple #86367D

Tints of Dark Purple #86367D

Color information

#86367D (or 0x86367D) is unknown color: approx Dark Purple. HEX triplet: 86, 36 and 7D. RGB value is (134,54,125). Sum of RGB (Red+Green+Blue) = 134+54+125=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86367D is #79C982. Grayscale: #555555. Windows color (decimal): -7981443 or 8205958. OLE color: 8205958.

HSL color Cylindrical-coordinate representation of color #86367D: hue angle of 306.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86367D is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13454125-
CMYK00.600.070.47
HSL306.75º42.55%36.86%-
HSV(B)306.75º59.7%52.55%-
XYZ14.859.1920.39-
YUV86.01150162.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=42.81%
G=17.25%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345412500.600.070.47306.7542.5536.86
Hex86367D03C72F1332b25
Octal206661750747574635345
Binary1000011011011011111010111100111101111100110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86367D; }

 p { color: rgb(134,54,125); }

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

<style>
 a { background-color: #86367D; }

 a { background-color: rgb(134,54,125); }

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

<style>
 span { border-color: #86367D; }

 span { border-color: rgb(134,54,125); }

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