Html Css Color HEX #901B9F Dark Magenta

📋 copy color: '#901B9F'

red 144 ◦ green 27 ◦ blue 159

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

Shades of Dark Magenta #901B9F

Tints of Dark Magenta #901B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

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

R = 43.64%
G = 8.18%
B = 48.18%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#901B9F (or 0x901B9F) is known color: Dark Magenta. HEX triplet: 90, 1B and 9F. RGB value is (144,27,159). Sum of RGB (Red+Green+Blue) = 144+27+159=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #901B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901B9F is #6FE460. Grayscale: #4C4C4C. Windows color (decimal): -7332961 or 10427280. OLE color: 10427280.

HSL color Cylindrical-coordinate representation of color #901B9F: hue angle of 293.18º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901B9F is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 27 159 -
CMYK 0.09 0.83 0 0.38
HSL 293.18º 0.71% 0.36% -
HSV(B) 293.18º 0.83% 0.62% -
XYZ 18.15 9.22 33.62 -
YUV 77.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 144 27 159 0.09 0.83 0 0.38 293.18 0.71 0.36
Hex 90 1B 9F 9 53 0 26 125 47 24
Octal 220 33 237 11 123 0 46 445 107 44
Binary 10010000 11011 10011111 1001 1010011 0 100110 100100101 1000111 100100

Color Harmonies of #901B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B9F

Black with #901B9F

Text Example


Text Example

White with #901B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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