Html Css Color HEX #901D93 Dark Magenta

📋 copy color: '#901D93'

red 144 ◦ green 29 ◦ blue 147

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

Shades of Dark Magenta #901D93

Tints of Dark Magenta #901D93

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.06%

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

R = 45%
G = 9.06%
B = 45.94%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#901D93 (or 0x901D93) is known color: Dark Magenta. HEX triplet: 90, 1D and 93. RGB value is (144,29,147). Sum of RGB (Red+Green+Blue) = 144+29+147=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #901D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901D93 is #6FE26C. Grayscale: #4C4C4C. Windows color (decimal): -7332461 or 9641360. OLE color: 9641360.

HSL color Cylindrical-coordinate representation of color #901D93: hue angle of 298.47º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #901D93 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 29 147 -
CMYK 0.02 0.80 0 0.42
HSL 298.47º 0.67% 0.35% -
HSV(B) 298.47º 0.8% 0.58% -
XYZ 17.21 8.91 28.42 -
YUV 76.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 144 29 147 0.02 0.80 0 0.42 298.47 0.67 0.35
Hex 90 1D 93 2 50 0 2A 12A 43 23
Octal 220 35 223 2 120 0 52 452 103 43
Binary 10010000 11101 10010011 10 1010000 0 101010 100101010 1000011 100011

Color Harmonies of #901D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901D93

Black with #901D93

Text Example


Text Example

White with #901D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901D93; }

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

 H1.HeaderClassName
 {
   color: #901D93;
 }
 .AnyTagClassName
 {
   color: #901D93;
 }
</style>

background-color css

<style>
 a { background-color: #901D93; }

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

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

border-color css

<style>
 span { border-color: #901D93; }

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

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