#9B03AE

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

Shades of Dark Magenta #9B03AE

Tints of Dark Magenta #9B03AE

Color information

#9B03AE (or 0x9B03AE) is unknown color: approx Dark Magenta. HEX triplet: 9B, 03 and AE. RGB value is (155,3,174). Sum of RGB (Red+Green+Blue) = 155+3+174=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B03AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B03AE is #64FC51. Grayscale: #434343. Windows color (decimal): -6618194 or 11404187. OLE color: 11404187.

HSL color Cylindrical-coordinate representation of color #9B03AE: hue angle of 293.33º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B03AE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1553174-
CMYK0.110.9800.32
HSL293.33º96.61%34.71%-
HSV(B)293.33º98.28%68.24%-
XYZ21.1910.0940.88-
YUV67.94187.86190.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=46.69%
G=0.90%
B=52.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15531740.110.9800.32293.3396.6134.71
Hex9B3AEB620201256123
Octal23332561314204044514143
Binary1001101111101011101011110001001000001001001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B03AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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