#86267C

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

Shades of Dark Purple #86267C

Tints of Dark Purple #86267C

Color information

#86267C (or 0x86267C) is unknown color: approx Dark Purple. HEX triplet: 86, 26 and 7C. RGB value is (134,38,124). Sum of RGB (Red+Green+Blue) = 134+38+124=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86267C is #79D983. Grayscale: #4C4C4C. Windows color (decimal): -7985540 or 8136326. OLE color: 8136326.

HSL color Cylindrical-coordinate representation of color #86267C: hue angle of 306.25º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86267C is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13438124-
CMYK00.720.070.47
HSL306.25º55.81%33.73%-
HSV(B)306.25º71.64%52.55%-
XYZ14.167.9119.85-
YUV76.51154.8169.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 38 (15.23% from 255) = 12.84%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=45.27%
G=12.84%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343812400.720.070.47306.2555.8133.73
Hex86267C04872F1323822
Octal2064617401107574627042
Binary10000110100110111110001001000111101111100110010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,38,124); }

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

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

 a { background-color: rgb(134,38,124); }

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

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

 span { border-color: rgb(134,38,124); }

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