#86296E

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

Shades of Dark Purple #86296E

Tints of Dark Purple #86296E

Color information

#86296E (or 0x86296E) is unknown color: approx Dark Purple. HEX triplet: 86, 29 and 6E. RGB value is (134,41,110). Sum of RGB (Red+Green+Blue) = 134+41+110=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #86296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86296E is #79D691. Grayscale: #4C4C4C. Windows color (decimal): -7984786 or 7219590. OLE color: 7219590.

HSL color Cylindrical-coordinate representation of color #86296E: hue angle of 315.48º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86296E is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13441110-
CMYK00.690.180.47
HSL315.48º53.14%34.31%-
HSV(B)315.48º69.4%52.55%-
XYZ13.447.7815.55-
YUV76.67146.81168.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=47.02%
G=14.39%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344111000.690.180.47315.4853.1434.31
Hex86296E045122F13b3522
Octal20651156010522574736542
Binary1000011010100111011100100010110010101111100111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,41,110); }

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

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

 a { background-color: rgb(134,41,110); }

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

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

 span { border-color: rgb(134,41,110); }

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