Shades of Dark Magenta #9414A5
Tints of Dark Magenta #9414A5
RGB
CMYK
RGB Variations
Color information
#9414A5 (or 0x9414A5) is known color: Dark Magenta. HEX triplet: 94, 14 and A5. RGB value is (148,20,165). Sum of RGB (Red+Green+Blue) = 148+20+165=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 165 (64.84% from 255 or 49.55% from 333); Max value from RGB is 165 - color contains mainly: blue. Hex color #9414A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9414A5 is #6BEB5A. Grayscale: #4A4A4A. Windows color (decimal): -7072603 or 10818708. OLE color: 10818708.
HSL color Cylindrical-coordinate representation of color #9414A5: hue angle of 292.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9414A5 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 20 | 165 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.35 |
| HSL | 292.97º | 0.78% | 0.36% | - |
| HSV(B) | 292.97º | 0.88% | 0.65% | - |
| XYZ | 19.25 | 9.51 | 36.42 | - |
| YUV | 74.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 165 | 0.10 | 0.88 | 0 | 0.35 | 292.97 | 0.78 | 0.36 |
| Hex | 94 | 14 | A5 | A | 58 | 0 | 23 | 125 | 4E | 24 |
| Octal | 224 | 24 | 245 | 12 | 130 | 0 | 43 | 445 | 116 | 44 |
| Binary | 10010100 | 10100 | 10100101 | 1010 | 1011000 | 0 | 100011 | 100100101 | 1001110 | 100100 |
Color Harmonies of #9414A5
Complementary color
Monochromatic Colors of #9414A5
Black with #9414A5
Text Example
Text Example
White with #9414A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9414A5; }
p { color: rgb(148,20,165); }
H1.HeaderClassName
{
color: #9414A5;
}
.AnyTagClassName
{
color: #9414A5;
}
</style>
background-color css
<style>
a { background-color: #9414A5; }
a { background-color: rgb(148,20,165); }
div.DivClassName
{
background-color: #9414A5;
}
.BgClassName
{
background-color: #9414A5;
}
</style>
border-color css
<style>
span { border-color: #9414A5; }
span { border-color: rgb(148,20,165); }
td.TdClassName
{
border-color: #9414A5;
}
.TagClassName
{
border-color: #9414A5;
}
</style>