Html Css Color HEX #900A9F Dark Magenta

📋 copy color: '#900A9F'

red 144 ◦ green 10 ◦ blue 159

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

Shades of Dark Magenta #900A9F

Tints of Dark Magenta #900A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.19%

 BLUE value IS 159 (62.5% from 255) = 50.8%

R = 46.01%
G = 3.19%
B = 50.8%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#900A9F (or 0x900A9F) is known color: Dark Magenta. HEX triplet: 90, 0A and 9F. RGB value is (144,10,159). Sum of RGB (Red+Green+Blue) = 144+10+159=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #900A9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900A9F is #6FF560. Grayscale: #424242. Windows color (decimal): -7337313 or 10422928. OLE color: 10422928.

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

Color convert

RGB 144 10 159 -
CMYK 0.09 0.94 0 0.38
HSL 293.96º 0.88% 0.33% -
HSV(B) 293.96º 0.94% 0.62% -
XYZ 17.87 8.65 33.53 -
YUV 67.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 144 10 159 0.09 0.94 0 0.38 293.96 0.88 0.33
Hex 90 A 9F 9 5E 0 26 126 58 21
Octal 220 12 237 11 136 0 46 446 130 41
Binary 10010000 1010 10011111 1001 1011110 0 100110 100100110 1011000 100001

Color Harmonies of #900A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A9F

Black with #900A9F

Text Example


Text Example

White with #900A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,10,159); }

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

background-color css

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

 a { background-color: rgb(144,10,159); }

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

border-color css

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

 span { border-color: rgb(144,10,159); }

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