Shades of Dark Magenta #91027B
Tints of Dark Magenta #91027B
RGB
CMYK
RGB Variations
Color information
#91027B (or 0x91027B) is known color: Dark Magenta. HEX triplet: 91, 02 and 7B. RGB value is (145,2,123). Sum of RGB (Red+Green+Blue) = 145+2+123=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #91027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91027B is #6EFD84. Grayscale: #3A3A3A. Windows color (decimal): -7273861 or 8061585. OLE color: 8061585.
HSL color Cylindrical-coordinate representation of color #91027B: hue angle of 309.23º degrees, saturation: 0.97, 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 #91027B is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.43 |
| HSL | 309.23º | 0.97% | 0.29% | - |
| HSV(B) | 309.23º | 0.99% | 0.57% | - |
| XYZ | 15.27 | 7.49 | 19.38 | - |
| YUV | 58.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 123 | 0 | 0.99 | 0.15 | 0.43 | 309.23 | 0.97 | 0.29 |
| Hex | 91 | 2 | 7B | 0 | 63 | F | 2B | 135 | 61 | 1D |
| Octal | 221 | 2 | 173 | 0 | 143 | 17 | 53 | 465 | 141 | 35 |
| Binary | 10010001 | 10 | 1111011 | 0 | 1100011 | 1111 | 101011 | 100110101 | 1100001 | 11101 |
Color Harmonies of #91027B
Complementary color
Monochromatic Colors of #91027B
Black with #91027B
Text Example
Text Example
White with #91027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91027B; }
p { color: rgb(145,2,123); }
H1.HeaderClassName
{
color: #91027B;
}
.AnyTagClassName
{
color: #91027B;
}
</style>
background-color css
<style>
a { background-color: #91027B; }
a { background-color: rgb(145,2,123); }
div.DivClassName
{
background-color: #91027B;
}
.BgClassName
{
background-color: #91027B;
}
</style>
border-color css
<style>
span { border-color: #91027B; }
span { border-color: rgb(145,2,123); }
td.TdClassName
{
border-color: #91027B;
}
.TagClassName
{
border-color: #91027B;
}
</style>