Shades of Blue Violet #9927FF
Tints of Blue Violet #9927FF
RGB
CMYK
RGB Variations
Color information
#9927FF (or 0x9927FF) is known color: Blue Violet. HEX triplet: 99, 27 and FF. RGB value is (153,39,255). Sum of RGB (Red+Green+Blue) = 153+39+255=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #9927FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9927FF is #66D800. Grayscale: #606060. Windows color (decimal): -6739969 or 16721817. OLE color: 16721817.
HSL color Cylindrical-coordinate representation of color #9927FF: hue angle of 271.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9927FF is Cyan = 0.4, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 39 | 255 | - |
| CMYK | 0.4 | 0.85 | 0 | 0 |
| HSL | 271.67º | 1% | 0.58% | - |
| HSV(B) | 271.67º | 0.85% | 1% | - |
| XYZ | 31.91 | 15.44 | 95.91 | - |
| YUV | 97.71 | 216.77 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 255 | 0.4 | 0.85 | 0 | 0 | 271.67 | 1 | 0.58 |
| Hex | 99 | 27 | FF | 28 | 55 | 0 | 0 | 110 | 64 | 3A |
| Octal | 231 | 47 | 377 | 50 | 125 | 0 | 0 | 420 | 144 | 72 |
| Binary | 10011001 | 100111 | 11111111 | 101000 | 1010101 | 0 | 0 | 100010000 | 1100100 | 111010 |
Color Harmonies of #9927FF
Complementary color
Monochromatic Colors of #9927FF
Black with #9927FF
Text Example
Text Example
White with #9927FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9927FF; }
p { color: rgb(153,39,255); }
H1.HeaderClassName
{
color: #9927FF;
}
.AnyTagClassName
{
color: #9927FF;
}
</style>
background-color css
<style>
a { background-color: #9927FF; }
a { background-color: rgb(153,39,255); }
div.DivClassName
{
background-color: #9927FF;
}
.BgClassName
{
background-color: #9927FF;
}
</style>
border-color css
<style>
span { border-color: #9927FF; }
span { border-color: rgb(153,39,255); }
td.TdClassName
{
border-color: #9927FF;
}
.TagClassName
{
border-color: #9927FF;
}
</style>