#9B0195

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

Shades of Dark Magenta #9B0195

Tints of Dark Magenta #9B0195

Color information

#9B0195 (or 0x9B0195) is unknown color: approx Dark Magenta. HEX triplet: 9B, 01 and 95. RGB value is (155,1,149). Sum of RGB (Red+Green+Blue) = 155+1+149=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0195 is #64FE6A. Grayscale: #3F3F3F. Windows color (decimal): -6618731 or 9765275. OLE color: 9765275.

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

Color convert

RGB1551149-
CMYK00.990.040.39
HSL302.34º98.72%30.59%-
HSV(B)302.34º99.35%60.78%-
XYZ18.959.1629.2-
YUV63.92176.02192.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=50.82%
G=0.33%
B=48.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155114900.990.040.39302.3498.7230.59
Hex9B19506342712e631f
Octal2331225014344745614337
Binary1001101111001010101100011100100111100101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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