#9B05AE

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

Shades of Dark Magenta #9B05AE

Tints of Dark Magenta #9B05AE

Color information

#9B05AE (or 0x9B05AE) is unknown color: approx Dark Magenta. HEX triplet: 9B, 05 and AE. RGB value is (155,5,174). Sum of RGB (Red+Green+Blue) = 155+5+174=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B05AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B05AE is #64FA51. Grayscale: #444444. Windows color (decimal): -6617682 or 11404699. OLE color: 11404699.

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

Color convert

RGB1555174-
CMYK0.110.9700.32
HSL293.25º94.41%35.1%-
HSV(B)293.25º97.13%68.24%-
XYZ21.2110.1340.88-
YUV69.12187.2189.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 5 (2.34% from 255) = 1.50%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=46.41%
G=1.50%
B=52.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15551740.110.9700.32293.2594.4135.1
Hex9B5AEB610201255e23
Octal23352561314104044513643
Binary10011011101101011101011110000101000001001001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B05AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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