Shades of Blue Violet #9939FF
Tints of Blue Violet #9939FF
RGB
CMYK
RGB Variations
Color information
#9939FF (or 0x9939FF) is known color: Blue Violet. HEX triplet: 99, 39 and FF. RGB value is (153,57,255). Sum of RGB (Red+Green+Blue) = 153+57+255=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #9939FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9939FF is #66C600. Grayscale: #6B6B6B. Windows color (decimal): -6735361 or 16726425. OLE color: 16726425.
HSL color Cylindrical-coordinate representation of color #9939FF: hue angle of 269.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9939FF is Cyan = 0.4, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 57 | 255 | - |
| CMYK | 0.4 | 0.78 | 0 | 0 |
| HSL | 269.09º | 1% | 0.61% | - |
| HSV(B) | 269.09º | 0.78% | 1% | - |
| XYZ | 32.65 | 16.92 | 96.15 | - |
| YUV | 108.28 | 210.8 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 255 | 0.4 | 0.78 | 0 | 0 | 269.09 | 1 | 0.61 |
| Hex | 99 | 39 | FF | 28 | 4E | 0 | 0 | 10D | 64 | 3D |
| Octal | 231 | 71 | 377 | 50 | 116 | 0 | 0 | 415 | 144 | 75 |
| Binary | 10011001 | 111001 | 11111111 | 101000 | 1001110 | 0 | 0 | 100001101 | 1100100 | 111101 |
Color Harmonies of #9939FF
Complementary color
Monochromatic Colors of #9939FF
Black with #9939FF
Text Example
Text Example
White with #9939FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9939FF; }
p { color: rgb(153,57,255); }
H1.HeaderClassName
{
color: #9939FF;
}
.AnyTagClassName
{
color: #9939FF;
}
</style>
background-color css
<style>
a { background-color: #9939FF; }
a { background-color: rgb(153,57,255); }
div.DivClassName
{
background-color: #9939FF;
}
.BgClassName
{
background-color: #9939FF;
}
</style>
border-color css
<style>
span { border-color: #9939FF; }
span { border-color: rgb(153,57,255); }
td.TdClassName
{
border-color: #9939FF;
}
.TagClassName
{
border-color: #9939FF;
}
</style>