Html Css Color HEX #901C99 Dark Magenta

📋 copy color: '#901C99'

red 144 ◦ green 28 ◦ blue 153

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

Shades of Dark Magenta #901C99

Tints of Dark Magenta #901C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 44.31%
G = 8.62%
B = 47.08%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#901C99 (or 0x901C99) is known color: Dark Magenta. HEX triplet: 90, 1C and 99. RGB value is (144,28,153). Sum of RGB (Red+Green+Blue) = 144+28+153=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #901C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901C99 is #6FE366. Grayscale: #4C4C4C. Windows color (decimal): -7332711 or 10034320. OLE color: 10034320.

HSL color Cylindrical-coordinate representation of color #901C99: hue angle of 295.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901C99 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 28 153 -
CMYK 0.06 0.82 0 0.4
HSL 295.68º 0.69% 0.35% -
HSV(B) 295.68º 0.82% 0.6% -
XYZ 17.67 9.06 30.95 -
YUV 76.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 144 28 153 0.06 0.82 0 0.4 295.68 0.69 0.35
Hex 90 1C 99 6 52 0 28 128 45 23
Octal 220 34 231 6 122 0 50 450 105 43
Binary 10010000 11100 10011001 110 1010010 0 101000 100101000 1000101 100011

Color Harmonies of #901C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C99

Black with #901C99

Text Example


Text Example

White with #901C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,28,153); }

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

background-color css

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

 a { background-color: rgb(144,28,153); }

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

border-color css

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

 span { border-color: rgb(144,28,153); }

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