#86266E

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

Shades of Dark Purple #86266E

Tints of Dark Purple #86266E

Color information

#86266E (or 0x86266E) is unknown color: approx Dark Purple. HEX triplet: 86, 26 and 6E. RGB value is (134,38,110). Sum of RGB (Red+Green+Blue) = 134+38+110=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86266E is #79D991. Grayscale: #4A4A4A. Windows color (decimal): -7985554 or 7218822. OLE color: 7218822.

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

Color convert

RGB13438110-
CMYK00.720.180.47
HSL315º55.81%33.73%-
HSV(B)315º71.64%52.55%-
XYZ13.347.5815.51-
YUV74.91147.8170.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=47.52%
G=13.48%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343811000.720.180.4731555.8133.73
Hex86266E048122F13b3822
Octal20646156011022574737042
Binary1000011010011011011100100100010010101111100111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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