Shades of Blue Violet #9832FA
Tints of Blue Violet #9832FA
RGB
CMYK
RGB Variations
Color information
#9832FA (or 0x9832FA) is known color: Blue Violet. HEX triplet: 98, 32 and FA. RGB value is (152,50,250). Sum of RGB (Red+Green+Blue) = 152+50+250=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #9832FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9832FA is #67CD05. Grayscale: #666666. Windows color (decimal): -6802694 or 16396952. OLE color: 16396952.
HSL color Cylindrical-coordinate representation of color #9832FA: hue angle of 270.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9832FA is Cyan = 0.39, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 50 | 250 | - |
| CMYK | 0.39 | 0.8 | 0 | 0.02 |
| HSL | 270.6º | 0.95% | 0.59% | - |
| HSV(B) | 270.6º | 0.8% | 0.98% | - |
| XYZ | 31.34 | 15.86 | 91.85 | - |
| YUV | 103.3 | 210.79 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 250 | 0.39 | 0.8 | 0 | 0.02 | 270.6 | 0.95 | 0.59 |
| Hex | 98 | 32 | FA | 27 | 50 | 0 | 2 | 10F | 5F | 3B |
| Octal | 230 | 62 | 372 | 47 | 120 | 0 | 2 | 417 | 137 | 73 |
| Binary | 10011000 | 110010 | 11111010 | 100111 | 1010000 | 0 | 10 | 100001111 | 1011111 | 111011 |
Color Harmonies of #9832FA
Complementary color
Monochromatic Colors of #9832FA
Black with #9832FA
Text Example
Text Example
White with #9832FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9832FA; }
p { color: rgb(152,50,250); }
H1.HeaderClassName
{
color: #9832FA;
}
.AnyTagClassName
{
color: #9832FA;
}
</style>
background-color css
<style>
a { background-color: #9832FA; }
a { background-color: rgb(152,50,250); }
div.DivClassName
{
background-color: #9832FA;
}
.BgClassName
{
background-color: #9832FA;
}
</style>
border-color css
<style>
span { border-color: #9832FA; }
span { border-color: rgb(152,50,250); }
td.TdClassName
{
border-color: #9832FA;
}
.TagClassName
{
border-color: #9832FA;
}
</style>