#9B06AC

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

Shades of Dark Magenta #9B06AC

Tints of Dark Magenta #9B06AC

Color information

#9B06AC (or 0x9B06AC) is unknown color: approx Dark Magenta. HEX triplet: 9B, 06 and AC. RGB value is (155,6,172). Sum of RGB (Red+Green+Blue) = 155+6+172=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B06AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B06AC is #64F953. Grayscale: #444444. Windows color (decimal): -6617428 or 11273883. OLE color: 11273883.

HSL color Cylindrical-coordinate representation of color #9B06AC: hue angle of 293.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B06AC is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1556172-
CMYK0.100.9700.33
HSL293.86º93.26%34.9%-
HSV(B)293.86º96.51%67.45%-
XYZ21.0310.0839.87-
YUV69.47185.86189-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=46.55%
G=1.80%
B=51.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15561720.100.9700.33293.8693.2634.9
Hex9B6ACA610211265d23
Octal23362541214104144613543
Binary10011011110101011001010110000101000011001001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B06AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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