Html Css Color HEX #900387 Dark Magenta

📋 copy color: '#900387'

red 144 ◦ green 3 ◦ blue 135

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

Shades of Dark Magenta #900387

Tints of Dark Magenta #900387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 51.06%
G = 1.06%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#900387 (or 0x900387) is known color: Dark Magenta. HEX triplet: 90, 03 and 87. RGB value is (144,3,135). Sum of RGB (Red+Green+Blue) = 144+3+135=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #900387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900387 is #6FFC78. Grayscale: #3B3B3B. Windows color (decimal): -7339129 or 8848272. OLE color: 8848272.

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

Color convert

RGB 144 3 135 -
CMYK 0 0.98 0.06 0.44
HSL 303.83º 0.96% 0.29% -
HSV(B) 303.83º 0.98% 0.56% -
XYZ 15.91 7.74 23.58 -
YUV 60.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 144 3 135 0 0.98 0.06 0.44 303.83 0.96 0.29
Hex 90 3 87 0 62 6 2C 130 60 1D
Octal 220 3 207 0 142 6 54 460 140 35
Binary 10010000 11 10000111 0 1100010 110 101100 100110000 1100000 11101

Color Harmonies of #900387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900387

Black with #900387

Text Example


Text Example

White with #900387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900387; }

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

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

background-color css

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

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

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

border-color css

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

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

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