Shades of Dark Violet #9712DD
Tints of Dark Violet #9712DD
RGB
CMYK
RGB Variations
Color information
#9712DD (or 0x9712DD) is known color: Dark Violet. HEX triplet: 97, 12 and DD. RGB value is (151,18,221). Sum of RGB (Red+Green+Blue) = 151+18+221=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #9712DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9712DD is #68ED22. Grayscale: #505050. Windows color (decimal): -6876451 or 14488215. OLE color: 14488215.
HSL color Cylindrical-coordinate representation of color #9712DD: hue angle of 279.31º 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 #9712DD is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 18 | 221 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.13 |
| HSL | 279.31º | 0.85% | 0.47% | - |
| HSV(B) | 279.31º | 0.92% | 0.87% | - |
| XYZ | 26.03 | 12.23 | 69.4 | - |
| YUV | 80.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 221 | 0.32 | 0.92 | 0 | 0.13 | 279.31 | 0.85 | 0.47 |
| Hex | 97 | 12 | DD | 20 | 5C | 0 | D | 117 | 55 | 2F |
| Octal | 227 | 22 | 335 | 40 | 134 | 0 | 15 | 427 | 125 | 57 |
| Binary | 10010111 | 10010 | 11011101 | 100000 | 1011100 | 0 | 1101 | 100010111 | 1010101 | 101111 |
Color Harmonies of #9712DD
Complementary color
Monochromatic Colors of #9712DD
Black with #9712DD
Text Example
Text Example
White with #9712DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9712DD; }
p { color: rgb(151,18,221); }
H1.HeaderClassName
{
color: #9712DD;
}
.AnyTagClassName
{
color: #9712DD;
}
</style>
background-color css
<style>
a { background-color: #9712DD; }
a { background-color: rgb(151,18,221); }
div.DivClassName
{
background-color: #9712DD;
}
.BgClassName
{
background-color: #9712DD;
}
</style>
border-color css
<style>
span { border-color: #9712DD; }
span { border-color: rgb(151,18,221); }
td.TdClassName
{
border-color: #9712DD;
}
.TagClassName
{
border-color: #9712DD;
}
</style>