Html Css Color HEX #900A9E Dark Magenta

📋 copy color: '#900A9E'

red 144 ◦ green 10 ◦ blue 158

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

Shades of Dark Magenta #900A9E

Tints of Dark Magenta #900A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.64%

R = 46.15%
G = 3.21%
B = 50.64%

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

#900A9E (or 0x900A9E) is known color: Dark Magenta. HEX triplet: 90, 0A and 9E. RGB value is (144,10,158). Sum of RGB (Red+Green+Blue) = 144+10+158=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #900A9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900A9E is #6FF561. Grayscale: #424242. Windows color (decimal): -7337314 or 10357392. OLE color: 10357392.

HSL color Cylindrical-coordinate representation of color #900A9E: hue angle of 294.32º 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 #900A9E is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 10 158 -
CMYK 0.09 0.94 0 0.38
HSL 294.32º 0.88% 0.33% -
HSV(B) 294.32º 0.94% 0.62% -
XYZ 17.78 8.61 33.07 -
YUV 66.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 144 10 158 0.09 0.94 0 0.38 294.32 0.88 0.33
Hex 90 A 9E 9 5E 0 26 126 58 21
Octal 220 12 236 11 136 0 46 446 130 41
Binary 10010000 1010 10011110 1001 1011110 0 100110 100100110 1011000 100001

Color Harmonies of #900A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A9E

Black with #900A9E

Text Example


Text Example

White with #900A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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