Html Css Color HEX #900481 Dark Magenta

📋 copy color: '#900481'

red 144 ◦ green 4 ◦ blue 129

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

Shades of Dark Magenta #900481

Tints of Dark Magenta #900481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.57%

R = 51.99%
G = 1.44%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#900481 (or 0x900481) is known color: Dark Magenta. HEX triplet: 90, 04 and 81. RGB value is (144,4,129). Sum of RGB (Red+Green+Blue) = 144+4+129=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #900481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900481 is #6FFB7E. Grayscale: #3B3B3B. Windows color (decimal): -7338879 or 8455312. OLE color: 8455312.

HSL color Cylindrical-coordinate representation of color #900481: hue angle of 306.43º 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 #900481 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 129 -
CMYK 0 0.97 0.10 0.44
HSL 306.43º 0.95% 0.29% -
HSV(B) 306.43º 0.97% 0.56% -
XYZ 15.51 7.6 21.42 -
YUV 60.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 144 4 129 0 0.97 0.10 0.44 306.43 0.95 0.29
Hex 90 4 81 0 61 A 2C 132 5F 1D
Octal 220 4 201 0 141 12 54 462 137 35
Binary 10010000 100 10000001 0 1100001 1010 101100 100110010 1011111 11101

Color Harmonies of #900481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900481

Black with #900481

Text Example


Text Example

White with #900481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900481; }

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

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

background-color css

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

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

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

border-color css

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

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

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