Shades of Dark Magenta #910190
Tints of Dark Magenta #910190
RGB
CMYK
RGB Variations
Color information
#910190 (or 0x910190) is known color: Dark Magenta. HEX triplet: 91, 01 and 90. RGB value is (145,1,144). Sum of RGB (Red+Green+Blue) = 145+1+144=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #910190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910190 is #6EFE6F. Grayscale: #3B3B3B. Windows color (decimal): -7274096 or 9437585. OLE color: 9437585.
HSL color Cylindrical-coordinate representation of color #910190: hue angle of 300.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910190 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 144 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.43 |
| HSL | 300.42º | 0.99% | 0.29% | - |
| HSV(B) | 300.42º | 0.99% | 0.57% | - |
| XYZ | 16.72 | 8.06 | 27.06 | - |
| YUV | 60.36 | 175.21 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 144 | 0 | 0.99 | 0.01 | 0.43 | 300.42 | 0.99 | 0.29 |
| Hex | 91 | 1 | 90 | 0 | 63 | 1 | 2B | 12C | 63 | 1D |
| Octal | 221 | 1 | 220 | 0 | 143 | 1 | 53 | 454 | 143 | 35 |
| Binary | 10010001 | 1 | 10010000 | 0 | 1100011 | 1 | 101011 | 100101100 | 1100011 | 11101 |
Color Harmonies of #910190
Complementary color
Monochromatic Colors of #910190
Black with #910190
Text Example
Text Example
White with #910190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910190; }
p { color: rgb(145,1,144); }
H1.HeaderClassName
{
color: #910190;
}
.AnyTagClassName
{
color: #910190;
}
</style>
background-color css
<style>
a { background-color: #910190; }
a { background-color: rgb(145,1,144); }
div.DivClassName
{
background-color: #910190;
}
.BgClassName
{
background-color: #910190;
}
</style>
border-color css
<style>
span { border-color: #910190; }
span { border-color: rgb(145,1,144); }
td.TdClassName
{
border-color: #910190;
}
.TagClassName
{
border-color: #910190;
}
</style>