Shades of Dark Magenta #96018B
Tints of Dark Magenta #96018B
RGB
CMYK
RGB Variations
Color information
#96018B (or 0x96018B) is known color: Dark Magenta. HEX triplet: 96, 01 and 8B. RGB value is (150,1,139). Sum of RGB (Red+Green+Blue) = 150+1+139=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96018B is #69FE74. Grayscale: #3C3C3C. Windows color (decimal): -6946421 or 9109910. OLE color: 9109910.
HSL color Cylindrical-coordinate representation of color #96018B: hue angle of 304.43º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96018B is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.41 |
| HSL | 304.43º | 0.99% | 0.3% | - |
| HSV(B) | 304.43º | 0.99% | 0.59% | - |
| XYZ | 17.25 | 8.37 | 25.13 | - |
| YUV | 61.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 139 | 0 | 0.99 | 0.07 | 0.41 | 304.43 | 0.99 | 0.3 |
| Hex | 96 | 1 | 8B | 0 | 63 | 7 | 29 | 130 | 63 | 1E |
| Octal | 226 | 1 | 213 | 0 | 143 | 7 | 51 | 460 | 143 | 36 |
| Binary | 10010110 | 1 | 10001011 | 0 | 1100011 | 111 | 101001 | 100110000 | 1100011 | 11110 |
Color Harmonies of #96018B
Complementary color
Monochromatic Colors of #96018B
Black with #96018B
Text Example
Text Example
White with #96018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96018B; }
p { color: rgb(150,1,139); }
H1.HeaderClassName
{
color: #96018B;
}
.AnyTagClassName
{
color: #96018B;
}
</style>
background-color css
<style>
a { background-color: #96018B; }
a { background-color: rgb(150,1,139); }
div.DivClassName
{
background-color: #96018B;
}
.BgClassName
{
background-color: #96018B;
}
</style>
border-color css
<style>
span { border-color: #96018B; }
span { border-color: rgb(150,1,139); }
td.TdClassName
{
border-color: #96018B;
}
.TagClassName
{
border-color: #96018B;
}
</style>