Shades of Dark Violet #9712CF
Tints of Dark Violet #9712CF
RGB
CMYK
RGB Variations
Color information
#9712CF (or 0x9712CF) is known color: Dark Violet. HEX triplet: 97, 12 and CF. RGB value is (151,18,207). Sum of RGB (Red+Green+Blue) = 151+18+207=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #9712CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9712CF is #68ED30. Grayscale: #4E4E4E. Windows color (decimal): -6876465 or 13570711. OLE color: 13570711.
HSL color Cylindrical-coordinate representation of color #9712CF: hue angle of 282.22º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9712CF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 18 | 207 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.19 |
| HSL | 282.22º | 0.84% | 0.44% | - |
| HSV(B) | 282.22º | 0.91% | 0.81% | - |
| XYZ | 24.24 | 11.52 | 59.98 | - |
| YUV | 79.31 | 200.06 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 207 | 0.27 | 0.91 | 0 | 0.19 | 282.22 | 0.84 | 0.44 |
| Hex | 97 | 12 | CF | 1B | 5B | 0 | 13 | 11A | 54 | 2C |
| Octal | 227 | 22 | 317 | 33 | 133 | 0 | 23 | 432 | 124 | 54 |
| Binary | 10010111 | 10010 | 11001111 | 11011 | 1011011 | 0 | 10011 | 100011010 | 1010100 | 101100 |
Color Harmonies of #9712CF
Complementary color
Monochromatic Colors of #9712CF
Black with #9712CF
Text Example
Text Example
White with #9712CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9712CF; }
p { color: rgb(151,18,207); }
H1.HeaderClassName
{
color: #9712CF;
}
.AnyTagClassName
{
color: #9712CF;
}
</style>
background-color css
<style>
a { background-color: #9712CF; }
a { background-color: rgb(151,18,207); }
div.DivClassName
{
background-color: #9712CF;
}
.BgClassName
{
background-color: #9712CF;
}
</style>
border-color css
<style>
span { border-color: #9712CF; }
span { border-color: rgb(151,18,207); }
td.TdClassName
{
border-color: #9712CF;
}
.TagClassName
{
border-color: #9712CF;
}
</style>