Shades of Blue Violet #9934FA
Tints of Blue Violet #9934FA
RGB
CMYK
RGB Variations
Color information
#9934FA (or 0x9934FA) is known color: Blue Violet. HEX triplet: 99, 34 and FA. RGB value is (153,52,250). Sum of RGB (Red+Green+Blue) = 153+52+250=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #9934FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9934FA is #66CB05. Grayscale: #686868. Windows color (decimal): -6736646 or 16397465. OLE color: 16397465.
HSL color Cylindrical-coordinate representation of color #9934FA: hue angle of 270.61º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9934FA is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 52 | 250 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.02 |
| HSL | 270.61º | 0.95% | 0.59% | - |
| HSV(B) | 270.61º | 0.79% | 0.98% | - |
| XYZ | 31.62 | 16.13 | 91.89 | - |
| YUV | 104.77 | 209.96 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 250 | 0.39 | 0.79 | 0 | 0.02 | 270.61 | 0.95 | 0.59 |
| Hex | 99 | 34 | FA | 27 | 4F | 0 | 2 | 10F | 5F | 3B |
| Octal | 231 | 64 | 372 | 47 | 117 | 0 | 2 | 417 | 137 | 73 |
| Binary | 10011001 | 110100 | 11111010 | 100111 | 1001111 | 0 | 10 | 100001111 | 1011111 | 111011 |
Color Harmonies of #9934FA
Complementary color
Monochromatic Colors of #9934FA
Black with #9934FA
Text Example
Text Example
White with #9934FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934FA; }
p { color: rgb(153,52,250); }
H1.HeaderClassName
{
color: #9934FA;
}
.AnyTagClassName
{
color: #9934FA;
}
</style>
background-color css
<style>
a { background-color: #9934FA; }
a { background-color: rgb(153,52,250); }
div.DivClassName
{
background-color: #9934FA;
}
.BgClassName
{
background-color: #9934FA;
}
</style>
border-color css
<style>
span { border-color: #9934FA; }
span { border-color: rgb(153,52,250); }
td.TdClassName
{
border-color: #9934FA;
}
.TagClassName
{
border-color: #9934FA;
}
</style>