#9B0698

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

Shades of Dark Magenta #9B0698

Tints of Dark Magenta #9B0698

Color information

#9B0698 (or 0x9B0698) is unknown color: approx Dark Magenta. HEX triplet: 9B, 06 and 98. RGB value is (155,6,152). Sum of RGB (Red+Green+Blue) = 155+6+152=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0698 is #64F967. Grayscale: #424242. Windows color (decimal): -6617448 or 9963163. OLE color: 9963163.

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

Color convert

RGB1556152-
CMYK00.960.020.39
HSL301.21º92.55%31.57%-
HSV(B)301.21º96.13%60.78%-
XYZ19.259.3730.5-
YUV67.19175.86190.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=49.52%
G=1.92%
B=48.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155615200.960.020.39301.2192.5531.57
Hex9B69806022712d5d20
Octal2336230014024745513540
Binary100110111101001100001100000101001111001011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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