Html Css Color HEX #900487 Dark Magenta

📋 copy color: '#900487'

red 144 ◦ green 4 ◦ blue 135

#900487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #900487

Tints of Dark Magenta #900487

RGB

 RED value IS 144 (56.64% from 255) = 50.88%

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 135 (53.13% from 255) = 47.7%

R = 50.88%
G = 1.41%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#900487 (or 0x900487) is known color: Dark Magenta. HEX triplet: 90, 04 and 87. RGB value is (144,4,135). Sum of RGB (Red+Green+Blue) = 144+4+135=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #900487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900487 is #6FFB78. Grayscale: #3C3C3C. Windows color (decimal): -7338873 or 8848528. OLE color: 8848528.

HSL color Cylindrical-coordinate representation of color #900487: hue angle of 303.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900487 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 135 -
CMYK 0 0.97 0.06 0.44
HSL 303.86º 0.95% 0.29% -
HSV(B) 303.86º 0.97% 0.56% -
XYZ 15.92 7.77 23.58 -
YUV 60.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 144 4 135 0 0.97 0.06 0.44 303.86 0.95 0.29
Hex 90 4 87 0 61 6 2C 130 5F 1D
Octal 220 4 207 0 141 6 54 460 137 35
Binary 10010000 100 10000111 0 1100001 110 101100 100110000 1011111 11101

Color Harmonies of #900487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900487

Black with #900487

Text Example


Text Example

White with #900487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900487; }

 p { color: rgb(144,4,135); }

 H1.HeaderClassName
 {
   color: #900487;
 }
 .AnyTagClassName
 {
   color: #900487;
 }
</style>

background-color css

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

 a { background-color: rgb(144,4,135); }

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

border-color css

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

 span { border-color: rgb(144,4,135); }

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