Shades of Dark Magenta #950C98
Tints of Dark Magenta #950C98
RGB
CMYK
RGB Variations
Color information
#950C98 (or 0x950C98) is known color: Dark Magenta. HEX triplet: 95, 0C and 98. RGB value is (149,12,152). Sum of RGB (Red+Green+Blue) = 149+12+152=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #950C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950C98 is #6AF367. Grayscale: #444444. Windows color (decimal): -7009128 or 9964693. OLE color: 9964693.
HSL color Cylindrical-coordinate representation of color #950C98: hue angle of 298.71º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C98 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 12 | 152 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.40 |
| HSL | 298.71º | 0.85% | 0.32% | - |
| HSV(B) | 298.71º | 0.92% | 0.6% | - |
| XYZ | 18.19 | 8.92 | 30.47 | - |
| YUV | 68.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 152 | 0.02 | 0.92 | 0 | 0.40 | 298.71 | 0.85 | 0.32 |
| Hex | 95 | C | 98 | 2 | 5C | 0 | 28 | 12B | 55 | 20 |
| Octal | 225 | 14 | 230 | 2 | 134 | 0 | 50 | 453 | 125 | 40 |
| Binary | 10010101 | 1100 | 10011000 | 10 | 1011100 | 0 | 101000 | 100101011 | 1010101 | 100000 |
Color Harmonies of #950C98
Complementary color
Monochromatic Colors of #950C98
Black with #950C98
Text Example
Text Example
White with #950C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950C98; }
p { color: rgb(149,12,152); }
H1.HeaderClassName
{
color: #950C98;
}
.AnyTagClassName
{
color: #950C98;
}
</style>
background-color css
<style>
a { background-color: #950C98; }
a { background-color: rgb(149,12,152); }
div.DivClassName
{
background-color: #950C98;
}
.BgClassName
{
background-color: #950C98;
}
</style>
border-color css
<style>
span { border-color: #950C98; }
span { border-color: rgb(149,12,152); }
td.TdClassName
{
border-color: #950C98;
}
.TagClassName
{
border-color: #950C98;
}
</style>