#860698

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

Shades of Dark Magenta #860698

Tints of Dark Magenta #860698

Color information

#860698 (or 0x860698) is unknown color: approx Dark Magenta. HEX triplet: 86, 06 and 98. RGB value is (134,6,152). Sum of RGB (Red+Green+Blue) = 134+6+152=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #860698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860698 is #79F967. Grayscale: #3C3C3C. Windows color (decimal): -7993704 or 9963142. OLE color: 9963142.

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

Color convert

RGB1346152-
CMYK0.120.9600.40
HSL292.6º92.41%30.98%-
HSV(B)292.6º96.05%59.61%-
XYZ15.567.4730.33-
YUV60.92179.41180.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=45.89%
G=2.05%
B=52.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13461520.120.9600.40292.692.4130.98
Hex86698C600281255c1f
Octal20662301414005044513437
Binary1000011011010011000110011000000101000100100101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860698; }

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

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

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

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

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

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

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

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