Shades of Blue Violet #9A31FB
Tints of Blue Violet #9A31FB
RGB
CMYK
RGB Variations
Color information
#9A31FB (or 0x9A31FB) is known color: Blue Violet. HEX triplet: 9A, 31 and FB. RGB value is (154,49,251). Sum of RGB (Red+Green+Blue) = 154+49+251=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A31FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A31FB is #65CE04. Grayscale: #666666. Windows color (decimal): -6671877 or 16462234. OLE color: 16462234.
HSL color Cylindrical-coordinate representation of color #9A31FB: hue angle of 271.19º degrees, saturation: 0.96, 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 #9A31FB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 49 | 251 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.02 |
| HSL | 271.19º | 0.96% | 0.59% | - |
| HSV(B) | 271.19º | 0.8% | 0.98% | - |
| XYZ | 31.84 | 16.03 | 92.68 | - |
| YUV | 103.42 | 211.29 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 251 | 0.39 | 0.80 | 0 | 0.02 | 271.19 | 0.96 | 0.59 |
| Hex | 9A | 31 | FB | 27 | 50 | 0 | 2 | 10F | 60 | 3B |
| Octal | 232 | 61 | 373 | 47 | 120 | 0 | 2 | 417 | 140 | 73 |
| Binary | 10011010 | 110001 | 11111011 | 100111 | 1010000 | 0 | 10 | 100001111 | 1100000 | 111011 |
Color Harmonies of #9A31FB
Complementary color
Monochromatic Colors of #9A31FB
Black with #9A31FB
Text Example
Text Example
White with #9A31FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A31FB; }
p { color: rgb(154,49,251); }
H1.HeaderClassName
{
color: #9A31FB;
}
.AnyTagClassName
{
color: #9A31FB;
}
</style>
background-color css
<style>
a { background-color: #9A31FB; }
a { background-color: rgb(154,49,251); }
div.DivClassName
{
background-color: #9A31FB;
}
.BgClassName
{
background-color: #9A31FB;
}
</style>
border-color css
<style>
span { border-color: #9A31FB; }
span { border-color: rgb(154,49,251); }
td.TdClassName
{
border-color: #9A31FB;
}
.TagClassName
{
border-color: #9A31FB;
}
</style>