Shades of Dark Violet #9D12DF
Tints of Dark Violet #9D12DF
RGB
CMYK
RGB Variations
Color information
#9D12DF (or 0x9D12DF) is known color: Dark Violet. HEX triplet: 9D, 12 and DF. RGB value is (157,18,223). Sum of RGB (Red+Green+Blue) = 157+18+223=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D12DF is #62ED20. Grayscale: #525252. Windows color (decimal): -6483233 or 14619293. OLE color: 14619293.
HSL color Cylindrical-coordinate representation of color #9D12DF: hue angle of 280.68º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D12DF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 18 | 223 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.13 |
| HSL | 280.68º | 0.85% | 0.47% | - |
| HSV(B) | 280.68º | 0.92% | 0.87% | - |
| XYZ | 27.44 | 12.93 | 70.86 | - |
| YUV | 82.93 | 207.05 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 223 | 0.30 | 0.92 | 0 | 0.13 | 280.68 | 0.85 | 0.47 |
| Hex | 9D | 12 | DF | 1E | 5C | 0 | D | 119 | 55 | 2F |
| Octal | 235 | 22 | 337 | 36 | 134 | 0 | 15 | 431 | 125 | 57 |
| Binary | 10011101 | 10010 | 11011111 | 11110 | 1011100 | 0 | 1101 | 100011001 | 1010101 | 101111 |
Color Harmonies of #9D12DF
Complementary color
Monochromatic Colors of #9D12DF
Black with #9D12DF
Text Example
Text Example
White with #9D12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D12DF; }
p { color: rgb(157,18,223); }
H1.HeaderClassName
{
color: #9D12DF;
}
.AnyTagClassName
{
color: #9D12DF;
}
</style>
background-color css
<style>
a { background-color: #9D12DF; }
a { background-color: rgb(157,18,223); }
div.DivClassName
{
background-color: #9D12DF;
}
.BgClassName
{
background-color: #9D12DF;
}
</style>
border-color css
<style>
span { border-color: #9D12DF; }
span { border-color: rgb(157,18,223); }
td.TdClassName
{
border-color: #9D12DF;
}
.TagClassName
{
border-color: #9D12DF;
}
</style>