#86236F

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

Shades of Dark Purple #86236F

Tints of Dark Purple #86236F

Color information

#86236F (or 0x86236F) is unknown color: approx Dark Purple. HEX triplet: 86, 23 and 6F. RGB value is (134,35,111). Sum of RGB (Red+Green+Blue) = 134+35+111=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86236F is #79DC90. Grayscale: #494949. Windows color (decimal): -7986321 or 7283590. OLE color: 7283590.

HSL color Cylindrical-coordinate representation of color #86236F: hue angle of 313.94º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86236F is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13435111-
CMYK00.740.170.47
HSL313.94º58.58%33.14%-
HSV(B)313.94º73.88%52.55%-
XYZ13.37.4215.77-
YUV73.26149.3171.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=47.86%
G=12.5%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343511100.740.170.47313.9458.5833.14
Hex86236F04A112F13a3b21
Octal20643157011221574727341
Binary1000011010001111011110100101010001101111100111010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86236F; }

 p { color: rgb(134,35,111); }

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

<style>
 a { background-color: #86236F; }

 a { background-color: rgb(134,35,111); }

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

<style>
 span { border-color: #86236F; }

 span { border-color: rgb(134,35,111); }

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