Shades of Dark Magenta #950692
Tints of Dark Magenta #950692
RGB
CMYK
RGB Variations
Color information
#950692 (or 0x950692) is known color: Dark Magenta. HEX triplet: 95, 06 and 92. RGB value is (149,6,146). Sum of RGB (Red+Green+Blue) = 149+6+146=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #950692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950692 is #6AF96D. Grayscale: #404040. Windows color (decimal): -7010670 or 9569941. OLE color: 9569941.
HSL color Cylindrical-coordinate representation of color #950692: hue angle of 301.26º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950692 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 6 | 146 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.42 |
| HSL | 301.26º | 0.92% | 0.3% | - |
| HSV(B) | 301.26º | 0.96% | 0.58% | - |
| XYZ | 17.65 | 8.6 | 27.92 | - |
| YUV | 64.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 146 | 0 | 0.96 | 0.02 | 0.42 | 301.26 | 0.92 | 0.3 |
| Hex | 95 | 6 | 92 | 0 | 60 | 2 | 2A | 12D | 5C | 1E |
| Octal | 225 | 6 | 222 | 0 | 140 | 2 | 52 | 455 | 134 | 36 |
| Binary | 10010101 | 110 | 10010010 | 0 | 1100000 | 10 | 101010 | 100101101 | 1011100 | 11110 |
Color Harmonies of #950692
Complementary color
Monochromatic Colors of #950692
Black with #950692
Text Example
Text Example
White with #950692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950692; }
p { color: rgb(149,6,146); }
H1.HeaderClassName
{
color: #950692;
}
.AnyTagClassName
{
color: #950692;
}
</style>
background-color css
<style>
a { background-color: #950692; }
a { background-color: rgb(149,6,146); }
div.DivClassName
{
background-color: #950692;
}
.BgClassName
{
background-color: #950692;
}
</style>
border-color css
<style>
span { border-color: #950692; }
span { border-color: rgb(149,6,146); }
td.TdClassName
{
border-color: #950692;
}
.TagClassName
{
border-color: #950692;
}
</style>