Shades of Blue Violet #9814FE
Tints of Blue Violet #9814FE
RGB
CMYK
RGB Variations
Color information
#9814FE (or 0x9814FE) is known color: Blue Violet. HEX triplet: 98, 14 and FE. RGB value is (152,20,254). Sum of RGB (Red+Green+Blue) = 152+20+254=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #9814FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9814FE is #67EB01. Grayscale: #555555. Windows color (decimal): -6810370 or 16651416. OLE color: 16651416.
HSL color Cylindrical-coordinate representation of color #9814FE: hue angle of 273.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9814FE is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 20 | 254 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.00 |
| HSL | 273.85º | 0.99% | 0.54% | - |
| HSV(B) | 273.85º | 0.92% | 1% | - |
| XYZ | 31.09 | 14.33 | 94.89 | - |
| YUV | 86.14 | 222.73 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 254 | 0.40 | 0.92 | 0 | 0.00 | 273.85 | 0.99 | 0.54 |
| Hex | 98 | 14 | FE | 28 | 5C | 0 | 0 | 112 | 63 | 36 |
| Octal | 230 | 24 | 376 | 50 | 134 | 0 | 0 | 422 | 143 | 66 |
| Binary | 10011000 | 10100 | 11111110 | 101000 | 1011100 | 0 | 0 | 100010010 | 1100011 | 110110 |
Color Harmonies of #9814FE
Complementary color
Monochromatic Colors of #9814FE
Black with #9814FE
Text Example
Text Example
White with #9814FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9814FE; }
p { color: rgb(152,20,254); }
H1.HeaderClassName
{
color: #9814FE;
}
.AnyTagClassName
{
color: #9814FE;
}
</style>
background-color css
<style>
a { background-color: #9814FE; }
a { background-color: rgb(152,20,254); }
div.DivClassName
{
background-color: #9814FE;
}
.BgClassName
{
background-color: #9814FE;
}
</style>
border-color css
<style>
span { border-color: #9814FE; }
span { border-color: rgb(152,20,254); }
td.TdClassName
{
border-color: #9814FE;
}
.TagClassName
{
border-color: #9814FE;
}
</style>