Html Css Color HEX #901299 Dark Magenta

📋 copy color: '#901299'

red 144 ◦ green 18 ◦ blue 153

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

Shades of Dark Magenta #901299

Tints of Dark Magenta #901299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

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

R = 45.71%
G = 5.71%
B = 48.57%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#901299 (or 0x901299) is known color: Dark Magenta. HEX triplet: 90, 12 and 99. RGB value is (144,18,153). Sum of RGB (Red+Green+Blue) = 144+18+153=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #901299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901299 is #6FED66. Grayscale: #464646. Windows color (decimal): -7335271 or 10031760. OLE color: 10031760.

HSL color Cylindrical-coordinate representation of color #901299: hue angle of 296º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901299 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 18 153 -
CMYK 0.06 0.88 0 0.4
HSL 296º 0.79% 0.34% -
HSV(B) 296º 0.88% 0.6% -
XYZ 17.47 8.66 30.89 -
YUV 71.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 144 18 153 0.06 0.88 0 0.4 296 0.79 0.34
Hex 90 12 99 6 58 0 28 128 4F 22
Octal 220 22 231 6 130 0 50 450 117 42
Binary 10010000 10010 10011001 110 1011000 0 101000 100101000 1001111 100010

Color Harmonies of #901299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901299

Black with #901299

Text Example


Text Example

White with #901299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901299; }

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

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

background-color css

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

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

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

border-color css

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

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

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