#9B0699

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

Shades of Dark Magenta #9B0699

Tints of Dark Magenta #9B0699

Color information

#9B0699 (or 0x9B0699) is unknown color: approx Dark Magenta. HEX triplet: 9B, 06 and 99. RGB value is (155,6,153). Sum of RGB (Red+Green+Blue) = 155+6+153=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0699 is #64F966. Grayscale: #424242. Windows color (decimal): -6617447 or 10028699. OLE color: 10028699.

HSL color Cylindrical-coordinate representation of color #9B0699: hue angle of 300.81º 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 #9B0699 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB1556153-
CMYK00.960.010.39
HSL300.81º92.55%31.57%-
HSV(B)300.81º96.13%60.78%-
XYZ19.339.430.93-
YUV67.31176.36190.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 6 (2.73% from 255) = 1.91%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=49.36%
G=1.91%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155615300.960.010.39300.8192.5531.57
Hex9B69906012712d5d20
Octal2336231014014745513540
Binary10011011110100110010110000011001111001011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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