#86357E

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

Shades of Dark Purple #86357E

Tints of Dark Purple #86357E

Color information

#86357E (or 0x86357E) is unknown color: approx Dark Purple. HEX triplet: 86, 35 and 7E. RGB value is (134,53,126). Sum of RGB (Red+Green+Blue) = 134+53+126=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86357E is #79CA81. Grayscale: #555555. Windows color (decimal): -7981698 or 8271238. OLE color: 8271238.

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

Color convert

RGB13453126-
CMYK00.600.060.47
HSL305.93º43.32%36.67%-
HSV(B)305.93º60.45%52.55%-
XYZ14.879.1220.72-
YUV85.54150.84162.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=42.81%
G=16.93%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345312600.600.060.47305.9343.3236.67
Hex86357E03C62F1322b25
Octal206651760746574625345
Binary1000011011010111111100111100110101111100110010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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