Shades of Dark Violet #9914BF
Tints of Dark Violet #9914BF
RGB
CMYK
RGB Variations
Color information
#9914BF (or 0x9914BF) is known color: Dark Violet. HEX triplet: 99, 14 and BF. RGB value is (153,20,191). Sum of RGB (Red+Green+Blue) = 153+20+191=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #9914BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9914BF is #66EB40. Grayscale: #4E4E4E. Windows color (decimal): -6744897 or 12522649. OLE color: 12522649.
HSL color Cylindrical-coordinate representation of color #9914BF: hue angle of 286.67º 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 #9914BF is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 20 | 191 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.25 |
| HSL | 286.67º | 0.81% | 0.41% | - |
| HSV(B) | 286.67º | 0.9% | 0.75% | - |
| XYZ | 22.79 | 11.03 | 50.22 | - |
| YUV | 79.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 191 | 0.20 | 0.90 | 0 | 0.25 | 286.67 | 0.81 | 0.41 |
| Hex | 99 | 14 | BF | 14 | 5A | 0 | 19 | 11F | 51 | 29 |
| Octal | 231 | 24 | 277 | 24 | 132 | 0 | 31 | 437 | 121 | 51 |
| Binary | 10011001 | 10100 | 10111111 | 10100 | 1011010 | 0 | 11001 | 100011111 | 1010001 | 101001 |
Color Harmonies of #9914BF
Complementary color
Monochromatic Colors of #9914BF
Black with #9914BF
Text Example
Text Example
White with #9914BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9914BF; }
p { color: rgb(153,20,191); }
H1.HeaderClassName
{
color: #9914BF;
}
.AnyTagClassName
{
color: #9914BF;
}
</style>
background-color css
<style>
a { background-color: #9914BF; }
a { background-color: rgb(153,20,191); }
div.DivClassName
{
background-color: #9914BF;
}
.BgClassName
{
background-color: #9914BF;
}
</style>
border-color css
<style>
span { border-color: #9914BF; }
span { border-color: rgb(153,20,191); }
td.TdClassName
{
border-color: #9914BF;
}
.TagClassName
{
border-color: #9914BF;
}
</style>