Shades of Dark Violet #9714BF
Tints of Dark Violet #9714BF
RGB
CMYK
RGB Variations
Color information
#9714BF (or 0x9714BF) is known color: Dark Violet. HEX triplet: 97, 14 and BF. RGB value is (151,20,191). Sum of RGB (Red+Green+Blue) = 151+20+191=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #9714BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714BF is #68EB40. Grayscale: #4E4E4E. Windows color (decimal): -6875969 or 12522647. OLE color: 12522647.
HSL color Cylindrical-coordinate representation of color #9714BF: hue angle of 285.96º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9714BF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 20 | 191 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.25 |
| HSL | 285.96º | 0.81% | 0.41% | - |
| HSV(B) | 285.96º | 0.9% | 0.75% | - |
| XYZ | 22.42 | 10.84 | 50.2 | - |
| YUV | 78.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 191 | 0.21 | 0.90 | 0 | 0.25 | 285.96 | 0.81 | 0.41 |
| Hex | 97 | 14 | BF | 15 | 5A | 0 | 19 | 11E | 51 | 29 |
| Octal | 227 | 24 | 277 | 25 | 132 | 0 | 31 | 436 | 121 | 51 |
| Binary | 10010111 | 10100 | 10111111 | 10101 | 1011010 | 0 | 11001 | 100011110 | 1010001 | 101001 |
Color Harmonies of #9714BF
Complementary color
Monochromatic Colors of #9714BF
Black with #9714BF
Text Example
Text Example
White with #9714BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9714BF; }
p { color: rgb(151,20,191); }
H1.HeaderClassName
{
color: #9714BF;
}
.AnyTagClassName
{
color: #9714BF;
}
</style>
background-color css
<style>
a { background-color: #9714BF; }
a { background-color: rgb(151,20,191); }
div.DivClassName
{
background-color: #9714BF;
}
.BgClassName
{
background-color: #9714BF;
}
</style>
border-color css
<style>
span { border-color: #9714BF; }
span { border-color: rgb(151,20,191); }
td.TdClassName
{
border-color: #9714BF;
}
.TagClassName
{
border-color: #9714BF;
}
</style>