#9B1C95

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

Shades of Dark Magenta #9B1C95

Tints of Dark Magenta #9B1C95

Color information

#9B1C95 (or 0x9B1C95) is unknown color: approx Dark Magenta. HEX triplet: 9B, 1C and 95. RGB value is (155,28,149). Sum of RGB (Red+Green+Blue) = 155+28+149=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1C95 is #64E36A. Grayscale: #4F4F4F. Windows color (decimal): -6611819 or 9772187. OLE color: 9772187.

HSL color Cylindrical-coordinate representation of color #9B1C95: hue angle of 302.83º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C95 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15528149-
CMYK00.820.040.39
HSL302.83º69.4%35.88%-
HSV(B)302.83º81.94%60.78%-
XYZ19.369.9729.34-
YUV79.77167.08181.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 28 (11.33% from 255) = 8.43%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=46.69%
G=8.43%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552814900.820.040.39302.8369.435.88
Hex9B1C9505242712f4524
Octal23334225012244745710544
Binary100110111110010010101010100101001001111001011111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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