#86068A

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

Shades of Dark Magenta #86068A

Tints of Dark Magenta #86068A

Color information

#86068A (or 0x86068A) is unknown color: approx Dark Magenta. HEX triplet: 86, 06 and 8A. RGB value is (134,6,138). Sum of RGB (Red+Green+Blue) = 134+6+138=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #86068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86068A is #79F975. Grayscale: #3A3A3A. Windows color (decimal): -7993718 or 9045638. OLE color: 9045638.

HSL color Cylindrical-coordinate representation of color #86068A: hue angle of 298.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86068A is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1346138-
CMYK0.030.9600.46
HSL298.18º91.67%28.24%-
HSV(B)298.18º95.65%54.12%-
XYZ14.487.0324.64-
YUV59.32172.41181.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=48.20%
G=2.16%
B=49.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13461380.030.9600.46298.1891.6728.24
Hex8668A36002E12a5c1c
Octal2066212314005645213434
Binary10000110110100010101111000000101110100101010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,6,138); }

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

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

 a { background-color: rgb(134,6,138); }

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

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

 span { border-color: rgb(134,6,138); }

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