Html Css Color HEX #900FAC Dark Magenta

📋 copy color: '#900FAC'

red 144 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #900FAC

Tints of Dark Magenta #900FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 43.5%
G = 4.53%
B = 51.96%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#900FAC (or 0x900FAC) is known color: Dark Magenta. HEX triplet: 90, 0F and AC. RGB value is (144,15,172). Sum of RGB (Red+Green+Blue) = 144+15+172=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #900FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900FAC is #6FF053. Grayscale: #464646. Windows color (decimal): -7336020 or 11276176. OLE color: 11276176.

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

Color convert

RGB 144 15 172 -
CMYK 0.16 0.91 0 0.33
HSL 289.3º 0.84% 0.37% -
HSV(B) 289.3º 0.91% 0.67% -
XYZ 19.12 9.25 39.81 -
YUV 71.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 144 15 172 0.16 0.91 0 0.33 289.3 0.84 0.37
Hex 90 F AC 10 5B 0 21 121 54 25
Octal 220 17 254 20 133 0 41 441 124 45
Binary 10010000 1111 10101100 10000 1011011 0 100001 100100001 1010100 100101

Color Harmonies of #900FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900FAC

Black with #900FAC

Text Example


Text Example

White with #900FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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