Html Css Color HEX #900A93 Dark Magenta

📋 copy color: '#900A93'

red 144 ◦ green 10 ◦ blue 147

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

Shades of Dark Magenta #900A93

Tints of Dark Magenta #900A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 47.84%
G = 3.32%
B = 48.84%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#900A93 (or 0x900A93) is known color: Dark Magenta. HEX triplet: 90, 0A and 93. RGB value is (144,10,147). Sum of RGB (Red+Green+Blue) = 144+10+147=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #900A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900A93 is #6FF56C. Grayscale: #414141. Windows color (decimal): -7337325 or 9636496. OLE color: 9636496.

HSL color Cylindrical-coordinate representation of color #900A93: hue angle of 298.69º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A93 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 10 147 -
CMYK 0.02 0.93 0 0.42
HSL 298.69º 0.87% 0.31% -
HSV(B) 298.69º 0.93% 0.58% -
XYZ 16.88 8.25 28.31 -
YUV 65.68 173.89 183.86 -
System Red Green Blue C M Y K H S L
Decimal 144 10 147 0.02 0.93 0 0.42 298.69 0.87 0.31
Hex 90 A 93 2 5D 0 2A 12B 57 1F
Octal 220 12 223 2 135 0 52 453 127 37
Binary 10010000 1010 10010011 10 1011101 0 101010 100101011 1010111 11111

Color Harmonies of #900A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A93

Black with #900A93

Text Example


Text Example

White with #900A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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