#9B1E9A

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

Shades of Dark Magenta #9B1E9A

Tints of Dark Magenta #9B1E9A

Color information

#9B1E9A (or 0x9B1E9A) is unknown color: approx Dark Magenta. HEX triplet: 9B, 1E and 9A. RGB value is (155,30,154). Sum of RGB (Red+Green+Blue) = 155+30+154=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1E9A is #64E165. Grayscale: #515151. Windows color (decimal): -6611302 or 10100379. OLE color: 10100379.

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

Color convert

RGB15530154-
CMYK00.810.010.39
HSL300.48º67.57%36.27%-
HSV(B)300.48º80.65%60.78%-
XYZ19.8110.2331.5-
YUV81.51168.91180.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.72%
GREEN value IS 30 (12.11% from 255) = 8.85%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=45.72%
G=8.85%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553015400.810.010.39300.4867.5736.27
Hex9B1E9A05112712c4424
Octal23336232012114745410444
Binary1001101111110100110100101000111001111001011001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,30,154); }

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

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

 a { background-color: rgb(155,30,154); }

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

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

 span { border-color: rgb(155,30,154); }

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