#86126A

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

Shades of Dark Purple #86126A

Tints of Dark Purple #86126A

Color information

#86126A (or 0x86126A) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 6A. RGB value is (134,18,106). Sum of RGB (Red+Green+Blue) = 134+18+106=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86126A is #79ED95. Grayscale: #3E3E3E. Windows color (decimal): -7990678 or 6951558. OLE color: 6951558.

HSL color Cylindrical-coordinate representation of color #86126A: hue angle of 314.48º 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 #86126A is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13418106-
CMYK00.870.210.47
HSL314.48º76.32%29.8%-
HSV(B)314.48º86.57%52.55%-
XYZ12.656.5414.23-
YUV62.72152.43178.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.94%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=51.94%
G=6.98%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341810600.870.210.47314.4876.3229.8
Hex86126A057152F13a4c1e
Octal206221520127255747211436
Binary100001101001011010100101011110101101111100111010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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