#9B0187

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

Shades of Dark Magenta #9B0187

Tints of Dark Magenta #9B0187

Color information

#9B0187 (or 0x9B0187) is unknown color: approx Dark Magenta. HEX triplet: 9B, 01 and 87. RGB value is (155,1,135). Sum of RGB (Red+Green+Blue) = 155+1+135=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0187 is #64FE78. Grayscale: #3D3D3D. Windows color (decimal): -6618745 or 8847771. OLE color: 8847771.

HSL color Cylindrical-coordinate representation of color #9B0187: hue angle of 307.79º 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 #9B0187 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB1551135-
CMYK00.990.130.39
HSL307.79º98.72%30.59%-
HSV(B)307.79º99.35%60.78%-
XYZ17.98.7423.67-
YUV62.32169.02194.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.26%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=53.26%
G=0.34%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155113500.990.130.39307.7998.7230.59
Hex9B187063D27134631f
Octal23312070143154746414337
Binary10011011110000111011000111101100111100110100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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