Shades of Blue Violet #9816FE
Tints of Blue Violet #9816FE
RGB
CMYK
RGB Variations
Color information
#9816FE (or 0x9816FE) is known color: Blue Violet. HEX triplet: 98, 16 and FE. RGB value is (152,22,254). Sum of RGB (Red+Green+Blue) = 152+22+254=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #9816FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9816FE is #67E901. Grayscale: #565656. Windows color (decimal): -6809858 or 16651928. OLE color: 16651928.
HSL color Cylindrical-coordinate representation of color #9816FE: hue angle of 273.62º 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 #9816FE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 22 | 254 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.00 |
| HSL | 273.62º | 0.99% | 0.54% | - |
| HSV(B) | 273.62º | 0.91% | 1% | - |
| XYZ | 31.13 | 14.4 | 94.91 | - |
| YUV | 87.32 | 222.07 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 254 | 0.40 | 0.91 | 0 | 0.00 | 273.62 | 0.99 | 0.54 |
| Hex | 98 | 16 | FE | 28 | 5B | 0 | 0 | 112 | 63 | 36 |
| Octal | 230 | 26 | 376 | 50 | 133 | 0 | 0 | 422 | 143 | 66 |
| Binary | 10011000 | 10110 | 11111110 | 101000 | 1011011 | 0 | 0 | 100010010 | 1100011 | 110110 |
Color Harmonies of #9816FE
Complementary color
Monochromatic Colors of #9816FE
Black with #9816FE
Text Example
Text Example
White with #9816FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9816FE; }
p { color: rgb(152,22,254); }
H1.HeaderClassName
{
color: #9816FE;
}
.AnyTagClassName
{
color: #9816FE;
}
</style>
background-color css
<style>
a { background-color: #9816FE; }
a { background-color: rgb(152,22,254); }
div.DivClassName
{
background-color: #9816FE;
}
.BgClassName
{
background-color: #9816FE;
}
</style>
border-color css
<style>
span { border-color: #9816FE; }
span { border-color: rgb(152,22,254); }
td.TdClassName
{
border-color: #9816FE;
}
.TagClassName
{
border-color: #9816FE;
}
</style>