#860A98

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

Shades of Dark Magenta #860A98

Tints of Dark Magenta #860A98

Color information

#860A98 (or 0x860A98) is unknown color: approx Dark Magenta. HEX triplet: 86, 0A and 98. RGB value is (134,10,152). Sum of RGB (Red+Green+Blue) = 134+10+152=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #860A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860A98 is #79F567. Grayscale: #3E3E3E. Windows color (decimal): -7992680 or 9964166. OLE color: 9964166.

HSL color Cylindrical-coordinate representation of color #860A98: hue angle of 292.39º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A98 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13410152-
CMYK0.120.9300.40
HSL292.39º87.65%31.76%-
HSV(B)292.39º93.42%59.61%-
XYZ15.617.5530.34-
YUV63.26178.08178.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 10 (4.30% from 255) = 3.38%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=45.27%
G=3.38%
B=51.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134101520.120.9300.40292.3987.6531.76
Hex86A98C5D0281245820
Octal206122301413505044413040
Binary100001101010100110001100101110101010001001001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860A98; }

 p { color: rgb(134,10,152); }

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

<style>
 a { background-color: #860A98; }

 a { background-color: rgb(134,10,152); }

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

<style>
 span { border-color: #860A98; }

 span { border-color: rgb(134,10,152); }

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