Shades of Blue Violet #9828FE
Tints of Blue Violet #9828FE
RGB
CMYK
RGB Variations
Color information
#9828FE (or 0x9828FE) is known color: Blue Violet. HEX triplet: 98, 28 and FE. RGB value is (152,40,254). Sum of RGB (Red+Green+Blue) = 152+40+254=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #9828FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9828FE is #67D701. Grayscale: #616161. Windows color (decimal): -6805250 or 16656536. OLE color: 16656536.
HSL color Cylindrical-coordinate representation of color #9828FE: hue angle of 271.4º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9828FE is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 40 | 254 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.00 |
| HSL | 271.4º | 0.99% | 0.58% | - |
| HSV(B) | 271.4º | 0.84% | 1% | - |
| XYZ | 31.6 | 15.35 | 95.06 | - |
| YUV | 97.88 | 216.11 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 254 | 0.40 | 0.84 | 0 | 0.00 | 271.4 | 0.99 | 0.58 |
| Hex | 98 | 28 | FE | 28 | 54 | 0 | 0 | 10F | 63 | 3A |
| Octal | 230 | 50 | 376 | 50 | 124 | 0 | 0 | 417 | 143 | 72 |
| Binary | 10011000 | 101000 | 11111110 | 101000 | 1010100 | 0 | 0 | 100001111 | 1100011 | 111010 |
Color Harmonies of #9828FE
Complementary color
Monochromatic Colors of #9828FE
Black with #9828FE
Text Example
Text Example
White with #9828FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9828FE; }
p { color: rgb(152,40,254); }
H1.HeaderClassName
{
color: #9828FE;
}
.AnyTagClassName
{
color: #9828FE;
}
</style>
background-color css
<style>
a { background-color: #9828FE; }
a { background-color: rgb(152,40,254); }
div.DivClassName
{
background-color: #9828FE;
}
.BgClassName
{
background-color: #9828FE;
}
</style>
border-color css
<style>
span { border-color: #9828FE; }
span { border-color: rgb(152,40,254); }
td.TdClassName
{
border-color: #9828FE;
}
.TagClassName
{
border-color: #9828FE;
}
</style>