Shades of Dark Violet #9714DC
Tints of Dark Violet #9714DC
RGB
CMYK
RGB Variations
Color information
#9714DC (or 0x9714DC) is known color: Dark Violet. HEX triplet: 97, 14 and DC. RGB value is (151,20,220). Sum of RGB (Red+Green+Blue) = 151+20+220=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #9714DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714DC is #68EB23. Grayscale: #515151. Windows color (decimal): -6875940 or 14423191. OLE color: 14423191.
HSL color Cylindrical-coordinate representation of color #9714DC: hue angle of 279.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9714DC is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 20 | 220 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.14 |
| HSL | 279.3º | 0.83% | 0.47% | - |
| HSV(B) | 279.3º | 0.91% | 0.86% | - |
| XYZ | 25.93 | 12.25 | 68.71 | - |
| YUV | 81.97 | 205.9 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 220 | 0.31 | 0.91 | 0 | 0.14 | 279.3 | 0.83 | 0.47 |
| Hex | 97 | 14 | DC | 1F | 5B | 0 | E | 117 | 53 | 2F |
| Octal | 227 | 24 | 334 | 37 | 133 | 0 | 16 | 427 | 123 | 57 |
| Binary | 10010111 | 10100 | 11011100 | 11111 | 1011011 | 0 | 1110 | 100010111 | 1010011 | 101111 |
Color Harmonies of #9714DC
Complementary color
Monochromatic Colors of #9714DC
Black with #9714DC
Text Example
Text Example
White with #9714DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9714DC; }
p { color: rgb(151,20,220); }
H1.HeaderClassName
{
color: #9714DC;
}
.AnyTagClassName
{
color: #9714DC;
}
</style>
background-color css
<style>
a { background-color: #9714DC; }
a { background-color: rgb(151,20,220); }
div.DivClassName
{
background-color: #9714DC;
}
.BgClassName
{
background-color: #9714DC;
}
</style>
border-color css
<style>
span { border-color: #9714DC; }
span { border-color: rgb(151,20,220); }
td.TdClassName
{
border-color: #9714DC;
}
.TagClassName
{
border-color: #9714DC;
}
</style>