#900B9E

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

Shades of Dark Magenta #900B9E

Tints of Dark Magenta #900B9E

Color information

#900B9E (or 0x900B9E) is unknown color: approx Dark Magenta. HEX triplet: 90, 0B and 9E. RGB value is (144,11,158). Sum of RGB (Red+Green+Blue) = 144+11+158=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #900B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900B9E is #6FF461. Grayscale: #434343. Windows color (decimal): -7337058 or 10357648. OLE color: 10357648.

HSL color Cylindrical-coordinate representation of color #900B9E: hue angle of 294.29º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900B9E is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14411158-
CMYK0.090.9300.38
HSL294.29º86.98%33.14%-
HSV(B)294.29º93.04%61.96%-
XYZ17.798.6433.08-
YUV67.53179.06182.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 11 (4.69% from 255) = 3.51%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=46.01%
G=3.51%
B=50.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144111580.090.9300.38294.2986.9833.14
Hex90B9E95D0261265721
Octal220132361113504644612741
Binary100100001011100111101001101110101001101001001101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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