#9B1B92

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

Shades of Dark Magenta #9B1B92

Tints of Dark Magenta #9B1B92

Color information

#9B1B92 (or 0x9B1B92) is unknown color: approx Dark Magenta. HEX triplet: 9B, 1B and 92. RGB value is (155,27,146). Sum of RGB (Red+Green+Blue) = 155+27+146=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1B92 is #64E46D. Grayscale: #4E4E4E. Windows color (decimal): -6612078 or 9575323. OLE color: 9575323.

HSL color Cylindrical-coordinate representation of color #9B1B92: hue angle of 304.22º degrees, saturation: 0.7, 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 #9B1B92 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15527146-
CMYK00.830.060.39
HSL304.22º70.33%35.69%-
HSV(B)304.22º82.58%60.78%-
XYZ19.19.8328.08-
YUV78.84165.91182.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 27 (10.94% from 255) = 8.23%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=47.26%
G=8.23%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552714600.830.060.39304.2270.3335.69
Hex9B1B920536271304624
Octal23333222012364746010644
Binary100110111101110010010010100111101001111001100001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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