#860F92

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

Shades of Dark Magenta #860F92

Tints of Dark Magenta #860F92

Color information

#860F92 (or 0x860F92) is unknown color: approx Dark Magenta. HEX triplet: 86, 0F and 92. RGB value is (134,15,146). Sum of RGB (Red+Green+Blue) = 134+15+146=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #860F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860F92 is #79F06D. Grayscale: #414141. Windows color (decimal): -7991406 or 9572230. OLE color: 9572230.

HSL color Cylindrical-coordinate representation of color #860F92: hue angle of 294.5º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860F92 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13415146-
CMYK0.080.9000.43
HSL294.5º81.37%31.57%-
HSV(B)294.5º89.73%57.25%-
XYZ15.197.4927.84-
YUV65.52173.42176.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 15 (6.25% from 255) = 5.08%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=45.42%
G=5.08%
B=49.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134151460.080.9000.43294.581.3731.57
Hex86F9285A02B1275120
Octal206172221013205344712140
Binary100001101111100100101000101101001010111001001111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,15,146); }

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

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

 a { background-color: rgb(134,15,146); }

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

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

 span { border-color: rgb(134,15,146); }

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