Shades of Blue Violet #9A16F7
Tints of Blue Violet #9A16F7
RGB
CMYK
RGB Variations
Color information
#9A16F7 (or 0x9A16F7) is known color: Blue Violet. HEX triplet: 9A, 16 and F7. RGB value is (154,22,247). Sum of RGB (Red+Green+Blue) = 154+22+247=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 247 (96.88% from 255 or 58.39% from 423); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A16F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A16F7 is #65E908. Grayscale: #565656. Windows color (decimal): -6678793 or 16193178. OLE color: 16193178.
HSL color Cylindrical-coordinate representation of color #9A16F7: hue angle of 275.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A16F7 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 22 | 247 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.03 |
| HSL | 275.2º | 0.93% | 0.53% | - |
| HSV(B) | 275.2º | 0.91% | 0.97% | - |
| XYZ | 30.4 | 14.16 | 89.13 | - |
| YUV | 87.12 | 218.23 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 247 | 0.38 | 0.91 | 0 | 0.03 | 275.2 | 0.93 | 0.53 |
| Hex | 9A | 16 | F7 | 26 | 5B | 0 | 3 | 113 | 5D | 35 |
| Octal | 232 | 26 | 367 | 46 | 133 | 0 | 3 | 423 | 135 | 65 |
| Binary | 10011010 | 10110 | 11110111 | 100110 | 1011011 | 0 | 11 | 100010011 | 1011101 | 110101 |
Color Harmonies of #9A16F7
Complementary color
Monochromatic Colors of #9A16F7
Black with #9A16F7
Text Example
Text Example
White with #9A16F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A16F7; }
p { color: rgb(154,22,247); }
H1.HeaderClassName
{
color: #9A16F7;
}
.AnyTagClassName
{
color: #9A16F7;
}
</style>
background-color css
<style>
a { background-color: #9A16F7; }
a { background-color: rgb(154,22,247); }
div.DivClassName
{
background-color: #9A16F7;
}
.BgClassName
{
background-color: #9A16F7;
}
</style>
border-color css
<style>
span { border-color: #9A16F7; }
span { border-color: rgb(154,22,247); }
td.TdClassName
{
border-color: #9A16F7;
}
.TagClassName
{
border-color: #9A16F7;
}
</style>