Shades of Blue Violet #9830DE
Tints of Blue Violet #9830DE
RGB
CMYK
RGB Variations
Color information
#9830DE (or 0x9830DE) is known color: Blue Violet. HEX triplet: 98, 30 and DE. RGB value is (152,48,222). Sum of RGB (Red+Green+Blue) = 152+48+222=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #9830DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9830DE is #67CF21. Grayscale: #626262. Windows color (decimal): -6803234 or 14561432. OLE color: 14561432.
HSL color Cylindrical-coordinate representation of color #9830DE: hue angle of 275.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9830DE is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 48 | 222 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.13 |
| HSL | 275.86º | 0.73% | 0.53% | - |
| HSV(B) | 275.86º | 0.78% | 0.87% | - |
| XYZ | 27.19 | 14.06 | 70.39 | - |
| YUV | 98.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 222 | 0.32 | 0.78 | 0 | 0.13 | 275.86 | 0.73 | 0.53 |
| Hex | 98 | 30 | DE | 20 | 4E | 0 | D | 114 | 48 | 35 |
| Octal | 230 | 60 | 336 | 40 | 116 | 0 | 15 | 424 | 110 | 65 |
| Binary | 10011000 | 110000 | 11011110 | 100000 | 1001110 | 0 | 1101 | 100010100 | 1001000 | 110101 |
Color Harmonies of #9830DE
Complementary color
Monochromatic Colors of #9830DE
Black with #9830DE
Text Example
Text Example
White with #9830DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830DE; }
p { color: rgb(152,48,222); }
H1.HeaderClassName
{
color: #9830DE;
}
.AnyTagClassName
{
color: #9830DE;
}
</style>
background-color css
<style>
a { background-color: #9830DE; }
a { background-color: rgb(152,48,222); }
div.DivClassName
{
background-color: #9830DE;
}
.BgClassName
{
background-color: #9830DE;
}
</style>
border-color css
<style>
span { border-color: #9830DE; }
span { border-color: rgb(152,48,222); }
td.TdClassName
{
border-color: #9830DE;
}
.TagClassName
{
border-color: #9830DE;
}
</style>