Shades of Blue Violet #9819FF
Tints of Blue Violet #9819FF
RGB
CMYK
RGB Variations
Color information
#9819FF (or 0x9819FF) is known color: Blue Violet. HEX triplet: 98, 19 and FF. RGB value is (152,25,255). Sum of RGB (Red+Green+Blue) = 152+25+255=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #9819FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9819FF is #67E600. Grayscale: #585858. Windows color (decimal): -6809089 or 16718232. OLE color: 16718232.
HSL color Cylindrical-coordinate representation of color #9819FF: hue angle of 273.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9819FF is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 25 | 255 | - |
| CMYK | 0.40 | 0.90 | 0 | 0 |
| HSL | 273.13º | 1% | 0.55% | - |
| HSV(B) | 273.13º | 0.9% | 1% | - |
| XYZ | 31.35 | 14.59 | 95.77 | - |
| YUV | 89.19 | 221.58 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 255 | 0.40 | 0.90 | 0 | 0 | 273.13 | 1 | 0.55 |
| Hex | 98 | 19 | FF | 28 | 5A | 0 | 0 | 111 | 64 | 37 |
| Octal | 230 | 31 | 377 | 50 | 132 | 0 | 0 | 421 | 144 | 67 |
| Binary | 10011000 | 11001 | 11111111 | 101000 | 1011010 | 0 | 0 | 100010001 | 1100100 | 110111 |
Color Harmonies of #9819FF
Complementary color
Monochromatic Colors of #9819FF
Black with #9819FF
Text Example
Text Example
White with #9819FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9819FF; }
p { color: rgb(152,25,255); }
H1.HeaderClassName
{
color: #9819FF;
}
.AnyTagClassName
{
color: #9819FF;
}
</style>
background-color css
<style>
a { background-color: #9819FF; }
a { background-color: rgb(152,25,255); }
div.DivClassName
{
background-color: #9819FF;
}
.BgClassName
{
background-color: #9819FF;
}
</style>
border-color css
<style>
span { border-color: #9819FF; }
span { border-color: rgb(152,25,255); }
td.TdClassName
{
border-color: #9819FF;
}
.TagClassName
{
border-color: #9819FF;
}
</style>