Shades of Dark Magenta #910388
Tints of Dark Magenta #910388
RGB
CMYK
RGB Variations
Color information
#910388 (or 0x910388) is known color: Dark Magenta. HEX triplet: 91, 03 and 88. RGB value is (145,3,136). Sum of RGB (Red+Green+Blue) = 145+3+136=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #910388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910388 is #6EFC77. Grayscale: #3C3C3C. Windows color (decimal): -7273592 or 8913809. OLE color: 8913809.
HSL color Cylindrical-coordinate representation of color #910388: hue angle of 303.8º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910388 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 136 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.43 |
| HSL | 303.8º | 0.96% | 0.29% | - |
| HSV(B) | 303.8º | 0.98% | 0.57% | - |
| XYZ | 16.15 | 7.86 | 23.96 | - |
| YUV | 60.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 136 | 0 | 0.98 | 0.06 | 0.43 | 303.8 | 0.96 | 0.29 |
| Hex | 91 | 3 | 88 | 0 | 62 | 6 | 2B | 130 | 60 | 1D |
| Octal | 221 | 3 | 210 | 0 | 142 | 6 | 53 | 460 | 140 | 35 |
| Binary | 10010001 | 11 | 10001000 | 0 | 1100010 | 110 | 101011 | 100110000 | 1100000 | 11101 |
Color Harmonies of #910388
Complementary color
Monochromatic Colors of #910388
Black with #910388
Text Example
Text Example
White with #910388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910388; }
p { color: rgb(145,3,136); }
H1.HeaderClassName
{
color: #910388;
}
.AnyTagClassName
{
color: #910388;
}
</style>
background-color css
<style>
a { background-color: #910388; }
a { background-color: rgb(145,3,136); }
div.DivClassName
{
background-color: #910388;
}
.BgClassName
{
background-color: #910388;
}
</style>
border-color css
<style>
span { border-color: #910388; }
span { border-color: rgb(145,3,136); }
td.TdClassName
{
border-color: #910388;
}
.TagClassName
{
border-color: #910388;
}
</style>