#9B1092

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

Shades of Dark Magenta #9B1092

Tints of Dark Magenta #9B1092

Color information

#9B1092 (or 0x9B1092) is unknown color: approx Dark Magenta. HEX triplet: 9B, 10 and 92. RGB value is (155,16,146). Sum of RGB (Red+Green+Blue) = 155+16+146=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1092 is #64EF6D. Grayscale: #484848. Windows color (decimal): -6614894 or 9572507. OLE color: 9572507.

HSL color Cylindrical-coordinate representation of color #9B1092: hue angle of 303.88º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1092 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15516146-
CMYK00.900.060.39
HSL303.88º81.29%33.53%-
HSV(B)303.88º89.68%60.78%-
XYZ18.899.4128.02-
YUV72.38169.55186.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 16 (6.64% from 255) = 5.05%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=48.90%
G=5.05%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551614600.900.060.39303.8881.2933.53
Hex9B109205A6271305122
Octal23320222013264746012142
Binary100110111000010010010010110101101001111001100001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,16,146); }

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

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

 a { background-color: rgb(155,16,146); }

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

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

 span { border-color: rgb(155,16,146); }

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