#900B9A

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

Shades of Dark Magenta #900B9A

Tints of Dark Magenta #900B9A

Color information

#900B9A (or 0x900B9A) is unknown color: approx Dark Magenta. HEX triplet: 90, 0B and 9A. RGB value is (144,11,154). Sum of RGB (Red+Green+Blue) = 144+11+154=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #900B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900B9A is #6FF465. Grayscale: #424242. Windows color (decimal): -7337062 or 10095504. OLE color: 10095504.

HSL color Cylindrical-coordinate representation of color #900B9A: hue angle of 295.8º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900B9A is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14411154-
CMYK0.060.9300.40
HSL295.8º86.67%32.35%-
HSV(B)295.8º92.86%60.39%-
XYZ17.458.531.29-
YUV67.07177.06182.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 11 (4.69% from 255) = 3.56%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=46.60%
G=3.56%
B=49.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144111540.060.9300.40295.886.6732.35
Hex90B9A65D0281285720
Octal22013232613505045012740
Binary10010000101110011010110101110101010001001010001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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