Shades of Blue Violet #9519DE
Tints of Blue Violet #9519DE
RGB
CMYK
RGB Variations
Color information
#9519DE (or 0x9519DE) is known color: Blue Violet. HEX triplet: 95, 19 and DE. RGB value is (149,25,222). Sum of RGB (Red+Green+Blue) = 149+25+222=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #9519DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9519DE is #6AE621. Grayscale: #535353. Windows color (decimal): -7005730 or 14555541. OLE color: 14555541.
HSL color Cylindrical-coordinate representation of color #9519DE: hue angle of 277.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9519DE is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 25 | 222 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.13 |
| HSL | 277.77º | 0.8% | 0.48% | - |
| HSV(B) | 277.77º | 0.89% | 0.87% | - |
| XYZ | 25.93 | 12.36 | 70.13 | - |
| YUV | 84.53 | 205.58 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 222 | 0.33 | 0.89 | 0 | 0.13 | 277.77 | 0.8 | 0.48 |
| Hex | 95 | 19 | DE | 21 | 59 | 0 | D | 116 | 50 | 30 |
| Octal | 225 | 31 | 336 | 41 | 131 | 0 | 15 | 426 | 120 | 60 |
| Binary | 10010101 | 11001 | 11011110 | 100001 | 1011001 | 0 | 1101 | 100010110 | 1010000 | 110000 |
Color Harmonies of #9519DE
Complementary color
Monochromatic Colors of #9519DE
Black with #9519DE
Text Example
Text Example
White with #9519DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9519DE; }
p { color: rgb(149,25,222); }
H1.HeaderClassName
{
color: #9519DE;
}
.AnyTagClassName
{
color: #9519DE;
}
</style>
background-color css
<style>
a { background-color: #9519DE; }
a { background-color: rgb(149,25,222); }
div.DivClassName
{
background-color: #9519DE;
}
.BgClassName
{
background-color: #9519DE;
}
</style>
border-color css
<style>
span { border-color: #9519DE; }
span { border-color: rgb(149,25,222); }
td.TdClassName
{
border-color: #9519DE;
}
.TagClassName
{
border-color: #9519DE;
}
</style>