Html Css Color HEX #900181 Dark Magenta

📋 copy color: '#900181'

red 144 ◦ green 1 ◦ blue 129

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

Shades of Dark Magenta #900181

Tints of Dark Magenta #900181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 52.55%
G = 0.36%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#900181 (or 0x900181) is known color: Dark Magenta. HEX triplet: 90, 01 and 81. RGB value is (144,1,129). Sum of RGB (Red+Green+Blue) = 144+1+129=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #900181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900181 is #6FFE7E. Grayscale: #393939. Windows color (decimal): -7339647 or 8454544. OLE color: 8454544.

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

Color convert

RGB 144 1 129 -
CMYK 0 0.99 0.10 0.44
HSL 306.29º 0.99% 0.28% -
HSV(B) 306.29º 0.99% 0.56% -
XYZ 15.47 7.54 21.41 -
YUV 58.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 144 1 129 0 0.99 0.10 0.44 306.29 0.99 0.28
Hex 90 1 81 0 63 A 2C 132 63 1C
Octal 220 1 201 0 143 12 54 462 143 34
Binary 10010000 1 10000001 0 1100011 1010 101100 100110010 1100011 11100

Color Harmonies of #900181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900181

Black with #900181

Text Example


Text Example

White with #900181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900181; }

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

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

background-color css

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

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

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

border-color css

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

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

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