#9B0C98

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

Shades of Dark Magenta #9B0C98

Tints of Dark Magenta #9B0C98

Color information

#9B0C98 (or 0x9B0C98) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0C and 98. RGB value is (155,12,152). Sum of RGB (Red+Green+Blue) = 155+12+152=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0C98 is #64F367. Grayscale: #464646. Windows color (decimal): -6615912 or 9964699. OLE color: 9964699.

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

Color convert

RGB15512152-
CMYK00.920.020.39
HSL301.26º85.63%32.75%-
HSV(B)301.26º92.26%60.78%-
XYZ19.329.530.52-
YUV70.72173.88188.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 12 (5.08% from 255) = 3.76%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=48.59%
G=3.76%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551215200.920.020.39301.2685.6332.75
Hex9BC9805C22712d5621
Octal23314230013424745512641
Binary1001101111001001100001011100101001111001011011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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