Shades of Dark Magenta #94019C
Tints of Dark Magenta #94019C
RGB
CMYK
RGB Variations
Color information
#94019C (or 0x94019C) is known color: Dark Magenta. HEX triplet: 94, 01 and 9C. RGB value is (148,1,156). Sum of RGB (Red+Green+Blue) = 148+1+156=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #94019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94019C is #6BFE63. Grayscale: #3E3E3E. Windows color (decimal): -7077476 or 10224020. OLE color: 10224020.
HSL color Cylindrical-coordinate representation of color #94019C: hue angle of 296.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94019C is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 1 | 156 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.39 |
| HSL | 296.9º | 0.99% | 0.31% | - |
| HSV(B) | 296.9º | 0.99% | 0.61% | - |
| XYZ | 18.22 | 8.72 | 32.17 | - |
| YUV | 62.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 156 | 0.05 | 0.99 | 0 | 0.39 | 296.9 | 0.99 | 0.31 |
| Hex | 94 | 1 | 9C | 5 | 63 | 0 | 27 | 129 | 63 | 1F |
| Octal | 224 | 1 | 234 | 5 | 143 | 0 | 47 | 451 | 143 | 37 |
| Binary | 10010100 | 1 | 10011100 | 101 | 1100011 | 0 | 100111 | 100101001 | 1100011 | 11111 |
Color Harmonies of #94019C
Complementary color
Monochromatic Colors of #94019C
Black with #94019C
Text Example
Text Example
White with #94019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94019C; }
p { color: rgb(148,1,156); }
H1.HeaderClassName
{
color: #94019C;
}
.AnyTagClassName
{
color: #94019C;
}
</style>
background-color css
<style>
a { background-color: #94019C; }
a { background-color: rgb(148,1,156); }
div.DivClassName
{
background-color: #94019C;
}
.BgClassName
{
background-color: #94019C;
}
</style>
border-color css
<style>
span { border-color: #94019C; }
span { border-color: rgb(148,1,156); }
td.TdClassName
{
border-color: #94019C;
}
.TagClassName
{
border-color: #94019C;
}
</style>