#86397E

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

Shades of Dark Purple #86397E

Tints of Dark Purple #86397E

Color information

#86397E (or 0x86397E) is unknown color: approx Dark Purple. HEX triplet: 86, 39 and 7E. RGB value is (134,57,126). Sum of RGB (Red+Green+Blue) = 134+57+126=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #86397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86397E is #79C681. Grayscale: #575757. Windows color (decimal): -7980674 or 8272262. OLE color: 8272262.

HSL color Cylindrical-coordinate representation of color #86397E: hue angle of 306.23º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86397E is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13457126-
CMYK00.570.060.47
HSL306.23º40.31%37.45%-
HSV(B)306.23º57.46%52.55%-
XYZ15.069.520.78-
YUV87.89149.51160.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=42.27%
G=17.98%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345712600.570.060.47306.2340.3137.45
Hex86397E03962F1322825
Octal206711760716574625045
Binary1000011011100111111100111001110101111100110010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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