#9B0398

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

Shades of Dark Magenta #9B0398

Tints of Dark Magenta #9B0398

Color information

#9B0398 (or 0x9B0398) is unknown color: approx Dark Magenta. HEX triplet: 9B, 03 and 98. RGB value is (155,3,152). Sum of RGB (Red+Green+Blue) = 155+3+152=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0398 is #64FC67. Grayscale: #404040. Windows color (decimal): -6618216 or 9962395. OLE color: 9962395.

HSL color Cylindrical-coordinate representation of color #9B0398: hue angle of 301.18º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B0398 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB1553152-
CMYK00.980.020.39
HSL301.18º96.2%30.98%-
HSV(B)301.18º98.06%60.78%-
XYZ19.229.330.49-
YUV65.43176.86191.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 152 (59.77% from 255) = 49.03%
R=50%
G=0.97%
B=49.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155315200.980.020.39301.1896.230.98
Hex9B39806222712d601f
Octal2333230014224745514037
Binary1001101111100110000110001010100111100101101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,3,152); }

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

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

 a { background-color: rgb(155,3,152); }

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

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

 span { border-color: rgb(155,3,152); }

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