Shades of Blue Violet #9830FA
Tints of Blue Violet #9830FA
RGB
CMYK
RGB Variations
Color information
#9830FA (or 0x9830FA) is known color: Blue Violet. HEX triplet: 98, 30 and FA. RGB value is (152,48,250). Sum of RGB (Red+Green+Blue) = 152+48+250=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #9830FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9830FA is #67CF05. Grayscale: #656565. Windows color (decimal): -6803206 or 16396440. OLE color: 16396440.
HSL color Cylindrical-coordinate representation of color #9830FA: hue angle of 270.89º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9830FA is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 48 | 250 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.02 |
| HSL | 270.89º | 0.95% | 0.58% | - |
| HSV(B) | 270.89º | 0.81% | 0.98% | - |
| XYZ | 31.26 | 15.69 | 91.82 | - |
| YUV | 102.12 | 211.46 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 250 | 0.39 | 0.81 | 0 | 0.02 | 270.89 | 0.95 | 0.58 |
| Hex | 98 | 30 | FA | 27 | 51 | 0 | 2 | 10F | 5F | 3A |
| Octal | 230 | 60 | 372 | 47 | 121 | 0 | 2 | 417 | 137 | 72 |
| Binary | 10011000 | 110000 | 11111010 | 100111 | 1010001 | 0 | 10 | 100001111 | 1011111 | 111010 |
Color Harmonies of #9830FA
Complementary color
Monochromatic Colors of #9830FA
Black with #9830FA
Text Example
Text Example
White with #9830FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830FA; }
p { color: rgb(152,48,250); }
H1.HeaderClassName
{
color: #9830FA;
}
.AnyTagClassName
{
color: #9830FA;
}
</style>
background-color css
<style>
a { background-color: #9830FA; }
a { background-color: rgb(152,48,250); }
div.DivClassName
{
background-color: #9830FA;
}
.BgClassName
{
background-color: #9830FA;
}
</style>
border-color css
<style>
span { border-color: #9830FA; }
span { border-color: rgb(152,48,250); }
td.TdClassName
{
border-color: #9830FA;
}
.TagClassName
{
border-color: #9830FA;
}
</style>