#86126B

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

Shades of Dark Purple #86126B

Tints of Dark Purple #86126B

Color information

#86126B (or 0x86126B) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 6B. RGB value is (134,18,107). Sum of RGB (Red+Green+Blue) = 134+18+107=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86126B is #79ED94. Grayscale: #3E3E3E. Windows color (decimal): -7990677 or 7017094. OLE color: 7017094.

HSL color Cylindrical-coordinate representation of color #86126B: hue angle of 313.97º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86126B is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13418107-
CMYK00.870.200.47
HSL313.97º76.32%29.8%-
HSV(B)313.97º86.57%52.55%-
XYZ12.76.5614.51-
YUV62.83152.93178.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=51.74%
G=6.95%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341810700.870.200.47313.9776.3229.8
Hex86126B057142F13a4c1e
Octal206221530127245747211436
Binary100001101001011010110101011110100101111100111010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,18,107); }

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

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

 a { background-color: rgb(134,18,107); }

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

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

 span { border-color: rgb(134,18,107); }

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