Shades of Blue Violet #9828EF
Tints of Blue Violet #9828EF
RGB
CMYK
RGB Variations
Color information
#9828EF (or 0x9828EF) is known color: Blue Violet. HEX triplet: 98, 28 and EF. RGB value is (152,40,239). Sum of RGB (Red+Green+Blue) = 152+40+239=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #9828EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9828EF is #67D710. Grayscale: #5F5F5F. Windows color (decimal): -6805265 or 15673496. OLE color: 15673496.
HSL color Cylindrical-coordinate representation of color #9828EF: hue angle of 273.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9828EF is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 40 | 239 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.06 |
| HSL | 273.77º | 0.86% | 0.55% | - |
| HSV(B) | 273.77º | 0.83% | 0.94% | - |
| XYZ | 29.29 | 14.42 | 82.9 | - |
| YUV | 96.17 | 208.61 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 239 | 0.36 | 0.83 | 0 | 0.06 | 273.77 | 0.86 | 0.55 |
| Hex | 98 | 28 | EF | 24 | 53 | 0 | 6 | 112 | 56 | 37 |
| Octal | 230 | 50 | 357 | 44 | 123 | 0 | 6 | 422 | 126 | 67 |
| Binary | 10011000 | 101000 | 11101111 | 100100 | 1010011 | 0 | 110 | 100010010 | 1010110 | 110111 |
Color Harmonies of #9828EF
Complementary color
Monochromatic Colors of #9828EF
Black with #9828EF
Text Example
Text Example
White with #9828EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9828EF; }
p { color: rgb(152,40,239); }
H1.HeaderClassName
{
color: #9828EF;
}
.AnyTagClassName
{
color: #9828EF;
}
</style>
background-color css
<style>
a { background-color: #9828EF; }
a { background-color: rgb(152,40,239); }
div.DivClassName
{
background-color: #9828EF;
}
.BgClassName
{
background-color: #9828EF;
}
</style>
border-color css
<style>
span { border-color: #9828EF; }
span { border-color: rgb(152,40,239); }
td.TdClassName
{
border-color: #9828EF;
}
.TagClassName
{
border-color: #9828EF;
}
</style>