#86267B

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

Shades of Dark Purple #86267B

Tints of Dark Purple #86267B

Color information

#86267B (or 0x86267B) is unknown color: approx Dark Purple. HEX triplet: 86, 26 and 7B. RGB value is (134,38,123). Sum of RGB (Red+Green+Blue) = 134+38+123=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86267B is #79D984. Grayscale: #4C4C4C. Windows color (decimal): -7985541 or 8070790. OLE color: 8070790.

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

Color convert

RGB13438123-
CMYK00.720.080.47
HSL306.88º55.81%33.73%-
HSV(B)306.88º71.64%52.55%-
XYZ14.17.8819.52-
YUV76.39154.3169.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=45.42%
G=12.88%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343812300.720.080.47306.8855.8133.73
Hex86267B04882F1333822
Octal20646173011010574637042
Binary100001101001101111011010010001000101111100110011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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