Html Css Color HEX #901296 Dark Magenta

📋 copy color: '#901296'

red 144 ◦ green 18 ◦ blue 150

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

Shades of Dark Magenta #901296

Tints of Dark Magenta #901296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 46.15%
G = 5.77%
B = 48.08%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#901296 (or 0x901296) is known color: Dark Magenta. HEX triplet: 90, 12 and 96. RGB value is (144,18,150). Sum of RGB (Red+Green+Blue) = 144+18+150=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #901296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901296 is #6FED69. Grayscale: #464646. Windows color (decimal): -7335274 or 9835152. OLE color: 9835152.

HSL color Cylindrical-coordinate representation of color #901296: hue angle of 297.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901296 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 18 150 -
CMYK 0.04 0.88 0 0.41
HSL 297.27º 0.79% 0.33% -
HSV(B) 297.27º 0.88% 0.59% -
XYZ 17.22 8.56 29.6 -
YUV 70.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 144 18 150 0.04 0.88 0 0.41 297.27 0.79 0.33
Hex 90 12 96 4 58 0 29 129 4F 21
Octal 220 22 226 4 130 0 51 451 117 41
Binary 10010000 10010 10010110 100 1011000 0 101001 100101001 1001111 100001

Color Harmonies of #901296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901296

Black with #901296

Text Example


Text Example

White with #901296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901296; }

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

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

background-color css

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

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

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

border-color css

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

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

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