Html Css Color HEX #900F99 Dark Magenta

📋 copy color: '#900F99'

red 144 ◦ green 15 ◦ blue 153

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

Shades of Dark Magenta #900F99

Tints of Dark Magenta #900F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 46.15%
G = 4.81%
B = 49.04%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#900F99 (or 0x900F99) is known color: Dark Magenta. HEX triplet: 90, 0F and 99. RGB value is (144,15,153). Sum of RGB (Red+Green+Blue) = 144+15+153=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #900F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F99 is #6FF066. Grayscale: #444444. Windows color (decimal): -7336039 or 10030992. OLE color: 10030992.

HSL color Cylindrical-coordinate representation of color #900F99: hue angle of 296.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F99 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 15 153 -
CMYK 0.06 0.90 0 0.4
HSL 296.09º 0.82% 0.33% -
HSV(B) 296.09º 0.9% 0.6% -
XYZ 17.42 8.57 30.87 -
YUV 69.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 144 15 153 0.06 0.90 0 0.4 296.09 0.82 0.33
Hex 90 F 99 6 5A 0 28 128 52 21
Octal 220 17 231 6 132 0 50 450 122 41
Binary 10010000 1111 10011001 110 1011010 0 101000 100101000 1010010 100001

Color Harmonies of #900F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F99

Black with #900F99

Text Example


Text Example

White with #900F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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