#9B0186

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

Shades of Dark Magenta #9B0186

Tints of Dark Magenta #9B0186

Color information

#9B0186 (or 0x9B0186) is unknown color: approx Dark Magenta. HEX triplet: 9B, 01 and 86. RGB value is (155,1,134). Sum of RGB (Red+Green+Blue) = 155+1+134=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0186 is #64FE79. Grayscale: #3D3D3D. Windows color (decimal): -6618746 or 8782235. OLE color: 8782235.

HSL color Cylindrical-coordinate representation of color #9B0186: hue angle of 308.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0186 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB1551134-
CMYK00.990.140.39
HSL308.18º98.72%30.59%-
HSV(B)308.18º99.35%60.78%-
XYZ17.838.7123.3-
YUV62.21168.52194.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 134 (52.73% from 255) = 46.21%
R=53.45%
G=0.34%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155113400.990.140.39308.1898.7230.59
Hex9B186063E27134631f
Octal23312060143164746414337
Binary10011011110000110011000111110100111100110100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B0186; }

 p { color: rgb(155,1,134); }

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

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

 a { background-color: rgb(155,1,134); }

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

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

 span { border-color: rgb(155,1,134); }

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