Html Css Color HEX #900BAB Dark Magenta

📋 copy color: '#900BAB'

red 144 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #900BAB

Tints of Dark Magenta #900BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.37%

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

R = 44.17%
G = 3.37%
B = 52.45%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#900BAB (or 0x900BAB) is known color: Dark Magenta. HEX triplet: 90, 0B and AB. RGB value is (144,11,171). Sum of RGB (Red+Green+Blue) = 144+11+171=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #900BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900BAB is #6FF454. Grayscale: #444444. Windows color (decimal): -7337045 or 11209616. OLE color: 11209616.

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

Color convert

RGB 144 11 171 -
CMYK 0.16 0.94 0 0.33
HSL 289.88º 0.88% 0.36% -
HSV(B) 289.88º 0.94% 0.67% -
XYZ 18.97 9.11 39.29 -
YUV 69.01 185.56 181.49 -
System Red Green Blue C M Y K H S L
Decimal 144 11 171 0.16 0.94 0 0.33 289.88 0.88 0.36
Hex 90 B AB 10 5E 0 21 122 58 24
Octal 220 13 253 20 136 0 41 442 130 44
Binary 10010000 1011 10101011 10000 1011110 0 100001 100100010 1011000 100100

Color Harmonies of #900BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900BAB

Black with #900BAB

Text Example


Text Example

White with #900BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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