Shades of Blue Violet #9828DD
Tints of Blue Violet #9828DD
RGB
CMYK
RGB Variations
Color information
#9828DD (or 0x9828DD) is known color: Blue Violet. HEX triplet: 98, 28 and DD. RGB value is (152,40,221). Sum of RGB (Red+Green+Blue) = 152+40+221=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #9828DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9828DD is #67D722. Grayscale: #5D5D5D. Windows color (decimal): -6805283 or 14493848. OLE color: 14493848.
HSL color Cylindrical-coordinate representation of color #9828DD: hue angle of 277.13º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9828DD is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 40 | 221 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.13 |
| HSL | 277.13º | 0.73% | 0.51% | - |
| HSV(B) | 277.13º | 0.82% | 0.87% | - |
| XYZ | 26.76 | 13.41 | 69.59 | - |
| YUV | 94.12 | 199.61 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 221 | 0.31 | 0.82 | 0 | 0.13 | 277.13 | 0.73 | 0.51 |
| Hex | 98 | 28 | DD | 1F | 52 | 0 | D | 115 | 49 | 33 |
| Octal | 230 | 50 | 335 | 37 | 122 | 0 | 15 | 425 | 111 | 63 |
| Binary | 10011000 | 101000 | 11011101 | 11111 | 1010010 | 0 | 1101 | 100010101 | 1001001 | 110011 |
Color Harmonies of #9828DD
Complementary color
Monochromatic Colors of #9828DD
Black with #9828DD
Text Example
Text Example
White with #9828DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9828DD; }
p { color: rgb(152,40,221); }
H1.HeaderClassName
{
color: #9828DD;
}
.AnyTagClassName
{
color: #9828DD;
}
</style>
background-color css
<style>
a { background-color: #9828DD; }
a { background-color: rgb(152,40,221); }
div.DivClassName
{
background-color: #9828DD;
}
.BgClassName
{
background-color: #9828DD;
}
</style>
border-color css
<style>
span { border-color: #9828DD; }
span { border-color: rgb(152,40,221); }
td.TdClassName
{
border-color: #9828DD;
}
.TagClassName
{
border-color: #9828DD;
}
</style>