#86236C

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

Shades of Dark Purple #86236C

Tints of Dark Purple #86236C

Color information

#86236C (or 0x86236C) is unknown color: approx Dark Purple. HEX triplet: 86, 23 and 6C. RGB value is (134,35,108). Sum of RGB (Red+Green+Blue) = 134+35+108=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86236C is #79DC93. Grayscale: #484848. Windows color (decimal): -7986324 or 7086982. OLE color: 7086982.

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

Color convert

RGB13435108-
CMYK00.740.190.47
HSL315.76º58.58%33.14%-
HSV(B)315.76º73.88%52.55%-
XYZ13.147.3514.91-
YUV72.92147.8171.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=48.38%
G=12.64%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343510800.740.190.47315.7658.5833.14
Hex86236C04A132F13c3b21
Octal20643154011223574747341
Binary1000011010001111011000100101010011101111100111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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