Shades of Dark Magenta #940883
Tints of Dark Magenta #940883
RGB
CMYK
RGB Variations
Color information
#940883 (or 0x940883) is known color: Dark Magenta. HEX triplet: 94, 08 and 83. RGB value is (148,8,131). Sum of RGB (Red+Green+Blue) = 148+8+131=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #940883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940883 is #6BF77C. Grayscale: #3F3F3F. Windows color (decimal): -7075709 or 8587412. OLE color: 8587412.
HSL color Cylindrical-coordinate representation of color #940883: hue angle of 307.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940883 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 131 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.42 |
| HSL | 307.29º | 0.9% | 0.31% | - |
| HSV(B) | 307.29º | 0.95% | 0.58% | - |
| XYZ | 16.4 | 8.11 | 22.17 | - |
| YUV | 63.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 131 | 0 | 0.95 | 0.11 | 0.42 | 307.29 | 0.9 | 0.31 |
| Hex | 94 | 8 | 83 | 0 | 5F | B | 2A | 133 | 5A | 1F |
| Octal | 224 | 10 | 203 | 0 | 137 | 13 | 52 | 463 | 132 | 37 |
| Binary | 10010100 | 1000 | 10000011 | 0 | 1011111 | 1011 | 101010 | 100110011 | 1011010 | 11111 |
Color Harmonies of #940883
Complementary color
Monochromatic Colors of #940883
Black with #940883
Text Example
Text Example
White with #940883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940883; }
p { color: rgb(148,8,131); }
H1.HeaderClassName
{
color: #940883;
}
.AnyTagClassName
{
color: #940883;
}
</style>
background-color css
<style>
a { background-color: #940883; }
a { background-color: rgb(148,8,131); }
div.DivClassName
{
background-color: #940883;
}
.BgClassName
{
background-color: #940883;
}
</style>
border-color css
<style>
span { border-color: #940883; }
span { border-color: rgb(148,8,131); }
td.TdClassName
{
border-color: #940883;
}
.TagClassName
{
border-color: #940883;
}
</style>