Html Css Color HEX #900FAB Dark Magenta

📋 copy color: '#900FAB'

red 144 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #900FAB

Tints of Dark Magenta #900FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.55%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 43.64%
G = 4.55%
B = 51.82%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#900FAB (or 0x900FAB) is known color: Dark Magenta. HEX triplet: 90, 0F and AB. RGB value is (144,15,171). Sum of RGB (Red+Green+Blue) = 144+15+171=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #900FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900FAB is #6FF054. Grayscale: #464646. Windows color (decimal): -7336021 or 11210640. OLE color: 11210640.

HSL color Cylindrical-coordinate representation of color #900FAB: hue angle of 289.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900FAB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 15 171 -
CMYK 0.16 0.91 0 0.33
HSL 289.62º 0.84% 0.36% -
HSV(B) 289.62º 0.91% 0.67% -
XYZ 19.02 9.21 39.3 -
YUV 71.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 144 15 171 0.16 0.91 0 0.33 289.62 0.84 0.36
Hex 90 F AB 10 5B 0 21 122 54 24
Octal 220 17 253 20 133 0 41 442 124 44
Binary 10010000 1111 10101011 10000 1011011 0 100001 100100010 1010100 100100

Color Harmonies of #900FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900FAB

Black with #900FAB

Text Example


Text Example

White with #900FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900FAB; }

 p { color: rgb(144,15,171); }

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

background-color css

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

 a { background-color: rgb(144,15,171); }

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

border-color css

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

 span { border-color: rgb(144,15,171); }

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