Shades of Blue Violet #9817FE
Tints of Blue Violet #9817FE
RGB
CMYK
RGB Variations
Color information
#9817FE (or 0x9817FE) is known color: Blue Violet. HEX triplet: 98, 17 and FE. RGB value is (152,23,254). Sum of RGB (Red+Green+Blue) = 152+23+254=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #9817FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9817FE is #67E801. Grayscale: #575757. Windows color (decimal): -6809602 or 16652184. OLE color: 16652184.
HSL color Cylindrical-coordinate representation of color #9817FE: hue angle of 273.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9817FE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 23 | 254 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.00 |
| HSL | 273.51º | 0.99% | 0.54% | - |
| HSV(B) | 273.51º | 0.91% | 1% | - |
| XYZ | 31.14 | 14.44 | 94.91 | - |
| YUV | 87.91 | 221.74 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 254 | 0.40 | 0.91 | 0 | 0.00 | 273.51 | 0.99 | 0.54 |
| Hex | 98 | 17 | FE | 28 | 5B | 0 | 0 | 112 | 63 | 36 |
| Octal | 230 | 27 | 376 | 50 | 133 | 0 | 0 | 422 | 143 | 66 |
| Binary | 10011000 | 10111 | 11111110 | 101000 | 1011011 | 0 | 0 | 100010010 | 1100011 | 110110 |
Color Harmonies of #9817FE
Complementary color
Monochromatic Colors of #9817FE
Black with #9817FE
Text Example
Text Example
White with #9817FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817FE; }
p { color: rgb(152,23,254); }
H1.HeaderClassName
{
color: #9817FE;
}
.AnyTagClassName
{
color: #9817FE;
}
</style>
background-color css
<style>
a { background-color: #9817FE; }
a { background-color: rgb(152,23,254); }
div.DivClassName
{
background-color: #9817FE;
}
.BgClassName
{
background-color: #9817FE;
}
</style>
border-color css
<style>
span { border-color: #9817FE; }
span { border-color: rgb(152,23,254); }
td.TdClassName
{
border-color: #9817FE;
}
.TagClassName
{
border-color: #9817FE;
}
</style>