#9B0894

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

Shades of Dark Magenta #9B0894

Tints of Dark Magenta #9B0894

Color information

#9B0894 (or 0x9B0894) is unknown color: approx Dark Magenta. HEX triplet: 9B, 08 and 94. RGB value is (155,8,148). Sum of RGB (Red+Green+Blue) = 155+8+148=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0894 is #64F76B. Grayscale: #434343. Windows color (decimal): -6616940 or 9701531. OLE color: 9701531.

HSL color Cylindrical-coordinate representation of color #9B0894: hue angle of 302.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0894 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB1558148-
CMYK00.950.050.39
HSL302.86º90.18%31.96%-
HSV(B)302.86º94.84%60.78%-
XYZ18.959.2828.81-
YUV67.91173.2190.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 8 (3.52% from 255) = 2.57%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=49.84%
G=2.57%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155814800.950.050.39302.8690.1831.96
Hex9B89405F52712f5a20
Octal23310224013754745713240
Binary10011011100010010100010111111011001111001011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,8,148); }

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

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

 a { background-color: rgb(155,8,148); }

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

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

 span { border-color: rgb(155,8,148); }

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