Shades of Blue Violet #9519DF
Tints of Blue Violet #9519DF
RGB
CMYK
RGB Variations
Color information
#9519DF (or 0x9519DF) is known color: Blue Violet. HEX triplet: 95, 19 and DF. RGB value is (149,25,223). Sum of RGB (Red+Green+Blue) = 149+25+223=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #9519DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9519DF is #6AE620. Grayscale: #535353. Windows color (decimal): -7005729 or 14621077. OLE color: 14621077.
HSL color Cylindrical-coordinate representation of color #9519DF: hue angle of 277.58º 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 #9519DF is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 25 | 223 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.13 |
| HSL | 277.58º | 0.8% | 0.49% | - |
| HSV(B) | 277.58º | 0.89% | 0.87% | - |
| XYZ | 26.06 | 12.41 | 70.83 | - |
| YUV | 84.65 | 206.08 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 223 | 0.33 | 0.89 | 0 | 0.13 | 277.58 | 0.8 | 0.49 |
| Hex | 95 | 19 | DF | 21 | 59 | 0 | D | 116 | 50 | 31 |
| Octal | 225 | 31 | 337 | 41 | 131 | 0 | 15 | 426 | 120 | 61 |
| Binary | 10010101 | 11001 | 11011111 | 100001 | 1011001 | 0 | 1101 | 100010110 | 1010000 | 110001 |
Color Harmonies of #9519DF
Complementary color
Monochromatic Colors of #9519DF
Black with #9519DF
Text Example
Text Example
White with #9519DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9519DF; }
p { color: rgb(149,25,223); }
H1.HeaderClassName
{
color: #9519DF;
}
.AnyTagClassName
{
color: #9519DF;
}
</style>
background-color css
<style>
a { background-color: #9519DF; }
a { background-color: rgb(149,25,223); }
div.DivClassName
{
background-color: #9519DF;
}
.BgClassName
{
background-color: #9519DF;
}
</style>
border-color css
<style>
span { border-color: #9519DF; }
span { border-color: rgb(149,25,223); }
td.TdClassName
{
border-color: #9519DF;
}
.TagClassName
{
border-color: #9519DF;
}
</style>