Shades of Blue Violet #9817FF
Tints of Blue Violet #9817FF
RGB
CMYK
RGB Variations
Color information
#9817FF (or 0x9817FF) is known color: Blue Violet. HEX triplet: 98, 17 and FF. RGB value is (152,23,255). Sum of RGB (Red+Green+Blue) = 152+23+255=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #9817FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9817FF is #67E800. Grayscale: #575757. Windows color (decimal): -6809601 or 16717720. OLE color: 16717720.
HSL color Cylindrical-coordinate representation of color #9817FF: hue angle of 273.36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9817FF is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 23 | 255 | - |
| CMYK | 0.40 | 0.91 | 0 | 0 |
| HSL | 273.36º | 1% | 0.55% | - |
| HSV(B) | 273.36º | 0.91% | 1% | - |
| XYZ | 31.31 | 14.51 | 95.76 | - |
| YUV | 88.02 | 222.24 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 255 | 0.40 | 0.91 | 0 | 0 | 273.36 | 1 | 0.55 |
| Hex | 98 | 17 | FF | 28 | 5B | 0 | 0 | 111 | 64 | 37 |
| Octal | 230 | 27 | 377 | 50 | 133 | 0 | 0 | 421 | 144 | 67 |
| Binary | 10011000 | 10111 | 11111111 | 101000 | 1011011 | 0 | 0 | 100010001 | 1100100 | 110111 |
Color Harmonies of #9817FF
Complementary color
Monochromatic Colors of #9817FF
Black with #9817FF
Text Example
Text Example
White with #9817FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817FF; }
p { color: rgb(152,23,255); }
H1.HeaderClassName
{
color: #9817FF;
}
.AnyTagClassName
{
color: #9817FF;
}
</style>
background-color css
<style>
a { background-color: #9817FF; }
a { background-color: rgb(152,23,255); }
div.DivClassName
{
background-color: #9817FF;
}
.BgClassName
{
background-color: #9817FF;
}
</style>
border-color css
<style>
span { border-color: #9817FF; }
span { border-color: rgb(152,23,255); }
td.TdClassName
{
border-color: #9817FF;
}
.TagClassName
{
border-color: #9817FF;
}
</style>