#900BA6

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

Shades of Dark Magenta #900BA6

Tints of Dark Magenta #900BA6

Color information

#900BA6 (or 0x900BA6) is unknown color: approx Dark Magenta. HEX triplet: 90, 0B and A6. RGB value is (144,11,166). Sum of RGB (Red+Green+Blue) = 144+11+166=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 166 (65.23% from 255 or 51.71% from 321); Max value from RGB is 166 - color contains mainly: blue. Hex color #900BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900BA6 is #6FF459. Grayscale: #434343. Windows color (decimal): -7337050 or 10881936. OLE color: 10881936.

HSL color Cylindrical-coordinate representation of color #900BA6: hue angle of 291.48º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900BA6 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14411166-
CMYK0.130.9300.35
HSL291.48º87.57%34.71%-
HSV(B)291.48º93.37%65.1%-
XYZ18.58.9236.82-
YUV68.44183.06181.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 166 (65.23% from 255) = 51.71%
R=44.86%
G=3.43%
B=51.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144111660.130.9300.35291.4887.5734.71
Hex90BA6D5D0231235823
Octal220132461513504344313043
Binary100100001011101001101101101110101000111001000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900BA6; }

 p { color: rgb(144,11,166); }

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

<style>
 a { background-color: #900BA6; }

 a { background-color: rgb(144,11,166); }

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

<style>
 span { border-color: #900BA6; }

 span { border-color: rgb(144,11,166); }

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