#9B1A9C

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

Shades of Dark Magenta #9B1A9C

Tints of Dark Magenta #9B1A9C

Color information

#9B1A9C (or 0x9B1A9C) is unknown color: approx Dark Magenta. HEX triplet: 9B, 1A and 9C. RGB value is (155,26,156). Sum of RGB (Red+Green+Blue) = 155+26+156=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B1A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1A9C is #64E563. Grayscale: #4F4F4F. Windows color (decimal): -6612324 or 10230427. OLE color: 10230427.

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

Color convert

RGB15526156-
CMYK0.010.8300.39
HSL299.54º71.43%35.69%-
HSV(B)299.54º83.33%61.18%-
XYZ19.8910.1132.36-
YUV79.39171.24181.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 156 (61.33% from 255) = 46.29%
R=45.99%
G=7.72%
B=46.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155261560.010.8300.39299.5471.4335.69
Hex9B1A9C15302712c4724
Octal23332234112304745410744
Binary1001101111010100111001101001101001111001011001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,26,156); }

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

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

 a { background-color: rgb(155,26,156); }

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

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

 span { border-color: rgb(155,26,156); }

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