#860998

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

Shades of Dark Magenta #860998

Tints of Dark Magenta #860998

Color information

#860998 (or 0x860998) is unknown color: approx Dark Magenta. HEX triplet: 86, 09 and 98. RGB value is (134,9,152). Sum of RGB (Red+Green+Blue) = 134+9+152=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #860998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860998 is #79F667. Grayscale: #3E3E3E. Windows color (decimal): -7992936 or 9963910. OLE color: 9963910.

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

Color convert

RGB1349152-
CMYK0.120.9400.40
HSL292.45º88.82%31.57%-
HSV(B)292.45º94.08%59.61%-
XYZ15.67.5330.34-
YUV62.68178.41178.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 9 (3.91% from 255) = 3.05%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=45.42%
G=3.05%
B=51.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13491520.120.9400.40292.4588.8231.57
Hex86998C5E0281245920
Octal206112301413605044413140
Binary100001101001100110001100101111001010001001001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860998; }

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

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

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

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

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

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

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

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