#86357D

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

Shades of Dark Purple #86357D

Tints of Dark Purple #86357D

Color information

#86357D (or 0x86357D) is unknown color: approx Dark Purple. HEX triplet: 86, 35 and 7D. RGB value is (134,53,125). Sum of RGB (Red+Green+Blue) = 134+53+125=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86357D is #79CA82. Grayscale: #555555. Windows color (decimal): -7981699 or 8205702. OLE color: 8205702.

HSL color Cylindrical-coordinate representation of color #86357D: hue angle of 306.67º 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 #86357D is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13453125-
CMYK00.600.070.47
HSL306.67º43.32%36.67%-
HSV(B)306.67º60.45%52.55%-
XYZ14.819.120.38-
YUV85.43150.34162.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=42.95%
G=16.99%
B=40.06%

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
Decimal1345312500.600.070.47306.6743.3236.67
Hex86357D03C72F1332b25
Octal206651750747574635345
Binary1000011011010111111010111100111101111100110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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