#86236E

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

Shades of Dark Purple #86236E

Tints of Dark Purple #86236E

Color information

#86236E (or 0x86236E) is unknown color: approx Dark Purple. HEX triplet: 86, 23 and 6E. RGB value is (134,35,110). Sum of RGB (Red+Green+Blue) = 134+35+110=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86236E is #79DC91. Grayscale: #484848. Windows color (decimal): -7986322 or 7218054. OLE color: 7218054.

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

Color convert

RGB13435110-
CMYK00.740.180.47
HSL314.55º58.58%33.14%-
HSV(B)314.55º73.88%52.55%-
XYZ13.257.415.48-
YUV73.15148.8171.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=48.03%
G=12.54%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343511000.740.180.47314.5558.5833.14
Hex86236E04A122F13b3b21
Octal20643156011222574737341
Binary1000011010001111011100100101010010101111100111011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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