#9B00AE

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

Shades of Dark Magenta #9B00AE

Tints of Dark Magenta #9B00AE

Color information

#9B00AE (or 0x9B00AE) is unknown color: approx Dark Magenta. HEX triplet: 9B, 00 and AE. RGB value is (155,0,174). Sum of RGB (Red+Green+Blue) = 155+0+174=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B00AE is #64FF51. Grayscale: #414141. Windows color (decimal): -6618962 or 11403419. OLE color: 11403419.

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

Color convert

RGB1550174-
CMYK0.11100.32
HSL293.45º100%34.12%-
HSV(B)293.45º100%68.24%-
XYZ21.1610.0240.86-
YUV66.18188.85191.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=47.11%
G=0%
B=52.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15501740.11100.32293.4510034.12
Hex9B0AEB640201256422
Octal23302561314404044514442
Binary100110110101011101011110010001000001001001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B00AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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