#900183

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

Shades of Dark Magenta #900183

Tints of Dark Magenta #900183

Color information

#900183 (or 0x900183) is unknown color: approx Dark Magenta. HEX triplet: 90, 01 and 83. RGB value is (144,1,131). Sum of RGB (Red+Green+Blue) = 144+1+131=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #900183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900183 is #6FFE7C. Grayscale: #3A3A3A. Windows color (decimal): -7339645 or 8585616. OLE color: 8585616.

HSL color Cylindrical-coordinate representation of color #900183: hue angle of 305.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900183 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB1441131-
CMYK00.990.090.44
HSL305.45º98.62%28.43%-
HSV(B)305.45º99.31%56.47%-
XYZ15.617.5922.11-
YUV58.58168.88188.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=52.17%
G=0.36%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144113100.990.090.44305.4598.6228.43
Hex9018306392C131631c
Octal22012030143115446114334
Binary10010000110000011011000111001101100100110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900183; }

 p { color: rgb(144,1,131); }

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

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

 a { background-color: rgb(144,1,131); }

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

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

 span { border-color: rgb(144,1,131); }

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