Shades of Dark Magenta #9618AB
Tints of Dark Magenta #9618AB
RGB
CMYK
RGB Variations
Color information
#9618AB (or 0x9618AB) is known color: Dark Magenta. HEX triplet: 96, 18 and AB. RGB value is (150,24,171). Sum of RGB (Red+Green+Blue) = 150+24+171=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #9618AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9618AB is #69E754. Grayscale: #4D4D4D. Windows color (decimal): -6940501 or 11212950. OLE color: 11212950.
HSL color Cylindrical-coordinate representation of color #9618AB: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9618AB is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 24 | 171 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.33 |
| HSL | 291.43º | 0.75% | 0.38% | - |
| HSV(B) | 291.43º | 0.86% | 0.67% | - |
| XYZ | 20.26 | 10.08 | 39.41 | - |
| YUV | 78.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 171 | 0.12 | 0.86 | 0 | 0.33 | 291.43 | 0.75 | 0.38 |
| Hex | 96 | 18 | AB | C | 56 | 0 | 21 | 123 | 4B | 26 |
| Octal | 226 | 30 | 253 | 14 | 126 | 0 | 41 | 443 | 113 | 46 |
| Binary | 10010110 | 11000 | 10101011 | 1100 | 1010110 | 0 | 100001 | 100100011 | 1001011 | 100110 |
Color Harmonies of #9618AB
Complementary color
Monochromatic Colors of #9618AB
Black with #9618AB
Text Example
Text Example
White with #9618AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9618AB; }
p { color: rgb(150,24,171); }
H1.HeaderClassName
{
color: #9618AB;
}
.AnyTagClassName
{
color: #9618AB;
}
</style>
background-color css
<style>
a { background-color: #9618AB; }
a { background-color: rgb(150,24,171); }
div.DivClassName
{
background-color: #9618AB;
}
.BgClassName
{
background-color: #9618AB;
}
</style>
border-color css
<style>
span { border-color: #9618AB; }
span { border-color: rgb(150,24,171); }
td.TdClassName
{
border-color: #9618AB;
}
.TagClassName
{
border-color: #9618AB;
}
</style>