Shades of Blue Violet #9830FF
Tints of Blue Violet #9830FF
RGB
CMYK
RGB Variations
Color information
#9830FF (or 0x9830FF) is known color: Blue Violet. HEX triplet: 98, 30 and FF. RGB value is (152,48,255). Sum of RGB (Red+Green+Blue) = 152+48+255=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #9830FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9830FF is #67CF00. Grayscale: #656565. Windows color (decimal): -6803201 or 16724120. OLE color: 16724120.
HSL color Cylindrical-coordinate representation of color #9830FF: hue angle of 270.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9830FF is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 48 | 255 | - |
| CMYK | 0.40 | 0.81 | 0 | 0 |
| HSL | 270.14º | 1% | 0.59% | - |
| HSV(B) | 270.14º | 0.81% | 1% | - |
| XYZ | 32.06 | 16.01 | 96.01 | - |
| YUV | 102.69 | 213.96 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 255 | 0.40 | 0.81 | 0 | 0 | 270.14 | 1 | 0.59 |
| Hex | 98 | 30 | FF | 28 | 51 | 0 | 0 | 10E | 64 | 3B |
| Octal | 230 | 60 | 377 | 50 | 121 | 0 | 0 | 416 | 144 | 73 |
| Binary | 10011000 | 110000 | 11111111 | 101000 | 1010001 | 0 | 0 | 100001110 | 1100100 | 111011 |
Color Harmonies of #9830FF
Complementary color
Monochromatic Colors of #9830FF
Black with #9830FF
Text Example
Text Example
White with #9830FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830FF; }
p { color: rgb(152,48,255); }
H1.HeaderClassName
{
color: #9830FF;
}
.AnyTagClassName
{
color: #9830FF;
}
</style>
background-color css
<style>
a { background-color: #9830FF; }
a { background-color: rgb(152,48,255); }
div.DivClassName
{
background-color: #9830FF;
}
.BgClassName
{
background-color: #9830FF;
}
</style>
border-color css
<style>
span { border-color: #9830FF; }
span { border-color: rgb(152,48,255); }
td.TdClassName
{
border-color: #9830FF;
}
.TagClassName
{
border-color: #9830FF;
}
</style>