Shades of Blue Violet #9719DF
Tints of Blue Violet #9719DF
RGB
CMYK
RGB Variations
Color information
#9719DF (or 0x9719DF) is known color: Blue Violet. HEX triplet: 97, 19 and DF. RGB value is (151,25,223). Sum of RGB (Red+Green+Blue) = 151+25+223=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #9719DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719DF is #68E620. Grayscale: #545454. Windows color (decimal): -6874657 or 14621079. OLE color: 14621079.
HSL color Cylindrical-coordinate representation of color #9719DF: hue angle of 278.18º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9719DF is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 25 | 223 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.13 |
| HSL | 278.18º | 0.8% | 0.49% | - |
| HSV(B) | 278.18º | 0.89% | 0.87% | - |
| XYZ | 26.43 | 12.6 | 70.85 | - |
| YUV | 85.25 | 205.74 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 223 | 0.32 | 0.89 | 0 | 0.13 | 278.18 | 0.8 | 0.49 |
| Hex | 97 | 19 | DF | 20 | 59 | 0 | D | 116 | 50 | 31 |
| Octal | 227 | 31 | 337 | 40 | 131 | 0 | 15 | 426 | 120 | 61 |
| Binary | 10010111 | 11001 | 11011111 | 100000 | 1011001 | 0 | 1101 | 100010110 | 1010000 | 110001 |
Color Harmonies of #9719DF
Complementary color
Monochromatic Colors of #9719DF
Black with #9719DF
Text Example
Text Example
White with #9719DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9719DF; }
p { color: rgb(151,25,223); }
H1.HeaderClassName
{
color: #9719DF;
}
.AnyTagClassName
{
color: #9719DF;
}
</style>
background-color css
<style>
a { background-color: #9719DF; }
a { background-color: rgb(151,25,223); }
div.DivClassName
{
background-color: #9719DF;
}
.BgClassName
{
background-color: #9719DF;
}
</style>
border-color css
<style>
span { border-color: #9719DF; }
span { border-color: rgb(151,25,223); }
td.TdClassName
{
border-color: #9719DF;
}
.TagClassName
{
border-color: #9719DF;
}
</style>