Shades of Blue Violet #9926FA
Tints of Blue Violet #9926FA
RGB
CMYK
RGB Variations
Color information
#9926FA (or 0x9926FA) is known color: Blue Violet. HEX triplet: 99, 26 and FA. RGB value is (153,38,250). Sum of RGB (Red+Green+Blue) = 153+38+250=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #9926FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9926FA is #66D905. Grayscale: #5F5F5F. Windows color (decimal): -6740230 or 16393881. OLE color: 16393881.
HSL color Cylindrical-coordinate representation of color #9926FA: hue angle of 272.55º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9926FA is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 38 | 250 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.02 |
| HSL | 272.55º | 0.95% | 0.56% | - |
| HSV(B) | 272.55º | 0.85% | 0.98% | - |
| XYZ | 31.09 | 15.06 | 91.71 | - |
| YUV | 96.55 | 214.6 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 250 | 0.39 | 0.85 | 0 | 0.02 | 272.55 | 0.95 | 0.56 |
| Hex | 99 | 26 | FA | 27 | 55 | 0 | 2 | 111 | 5F | 38 |
| Octal | 231 | 46 | 372 | 47 | 125 | 0 | 2 | 421 | 137 | 70 |
| Binary | 10011001 | 100110 | 11111010 | 100111 | 1010101 | 0 | 10 | 100010001 | 1011111 | 111000 |
Color Harmonies of #9926FA
Complementary color
Monochromatic Colors of #9926FA
Black with #9926FA
Text Example
Text Example
White with #9926FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9926FA; }
p { color: rgb(153,38,250); }
H1.HeaderClassName
{
color: #9926FA;
}
.AnyTagClassName
{
color: #9926FA;
}
</style>
background-color css
<style>
a { background-color: #9926FA; }
a { background-color: rgb(153,38,250); }
div.DivClassName
{
background-color: #9926FA;
}
.BgClassName
{
background-color: #9926FA;
}
</style>
border-color css
<style>
span { border-color: #9926FA; }
span { border-color: rgb(153,38,250); }
td.TdClassName
{
border-color: #9926FA;
}
.TagClassName
{
border-color: #9926FA;
}
</style>