Shades of Dark Magenta #95018B
Tints of Dark Magenta #95018B
RGB
CMYK
RGB Variations
Color information
#95018B (or 0x95018B) is known color: Dark Magenta. HEX triplet: 95, 01 and 8B. RGB value is (149,1,139). Sum of RGB (Red+Green+Blue) = 149+1+139=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95018B is #6AFE74. Grayscale: #3C3C3C. Windows color (decimal): -7011957 or 9109909. OLE color: 9109909.
HSL color Cylindrical-coordinate representation of color #95018B: hue angle of 304.05º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95018B is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.42 |
| HSL | 304.05º | 0.99% | 0.29% | - |
| HSV(B) | 304.05º | 0.99% | 0.58% | - |
| XYZ | 17.07 | 8.28 | 25.12 | - |
| YUV | 60.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 139 | 0 | 0.99 | 0.07 | 0.42 | 304.05 | 0.99 | 0.29 |
| Hex | 95 | 1 | 8B | 0 | 63 | 7 | 2A | 130 | 63 | 1D |
| Octal | 225 | 1 | 213 | 0 | 143 | 7 | 52 | 460 | 143 | 35 |
| Binary | 10010101 | 1 | 10001011 | 0 | 1100011 | 111 | 101010 | 100110000 | 1100011 | 11101 |
Color Harmonies of #95018B
Complementary color
Monochromatic Colors of #95018B
Black with #95018B
Text Example
Text Example
White with #95018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95018B; }
p { color: rgb(149,1,139); }
H1.HeaderClassName
{
color: #95018B;
}
.AnyTagClassName
{
color: #95018B;
}
</style>
background-color css
<style>
a { background-color: #95018B; }
a { background-color: rgb(149,1,139); }
div.DivClassName
{
background-color: #95018B;
}
.BgClassName
{
background-color: #95018B;
}
</style>
border-color css
<style>
span { border-color: #95018B; }
span { border-color: rgb(149,1,139); }
td.TdClassName
{
border-color: #95018B;
}
.TagClassName
{
border-color: #95018B;
}
</style>