Shades of Dark Violet #9D12BA
Tints of Dark Violet #9D12BA
RGB
CMYK
RGB Variations
Color information
#9D12BA (or 0x9D12BA) is known color: Dark Violet. HEX triplet: 9D, 12 and BA. RGB value is (157,18,186). Sum of RGB (Red+Green+Blue) = 157+18+186=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D12BA is #62ED45. Grayscale: #4E4E4E. Windows color (decimal): -6483270 or 12194461. OLE color: 12194461.
HSL color Cylindrical-coordinate representation of color #9D12BA: hue angle of 289.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D12BA is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 18 | 186 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.27 |
| HSL | 289.64º | 0.82% | 0.4% | - |
| HSV(B) | 289.64º | 0.9% | 0.73% | - |
| XYZ | 22.98 | 11.15 | 47.39 | - |
| YUV | 78.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 186 | 0.16 | 0.90 | 0 | 0.27 | 289.64 | 0.82 | 0.4 |
| Hex | 9D | 12 | BA | 10 | 5A | 0 | 1B | 122 | 52 | 28 |
| Octal | 235 | 22 | 272 | 20 | 132 | 0 | 33 | 442 | 122 | 50 |
| Binary | 10011101 | 10010 | 10111010 | 10000 | 1011010 | 0 | 11011 | 100100010 | 1010010 | 101000 |
Color Harmonies of #9D12BA
Complementary color
Monochromatic Colors of #9D12BA
Black with #9D12BA
Text Example
Text Example
White with #9D12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D12BA; }
p { color: rgb(157,18,186); }
H1.HeaderClassName
{
color: #9D12BA;
}
.AnyTagClassName
{
color: #9D12BA;
}
</style>
background-color css
<style>
a { background-color: #9D12BA; }
a { background-color: rgb(157,18,186); }
div.DivClassName
{
background-color: #9D12BA;
}
.BgClassName
{
background-color: #9D12BA;
}
</style>
border-color css
<style>
span { border-color: #9D12BA; }
span { border-color: rgb(157,18,186); }
td.TdClassName
{
border-color: #9D12BA;
}
.TagClassName
{
border-color: #9D12BA;
}
</style>