Shades of Blue Violet #9A16ED
Tints of Blue Violet #9A16ED
RGB
CMYK
RGB Variations
Color information
#9A16ED (or 0x9A16ED) is known color: Blue Violet. HEX triplet: 9A, 16 and ED. RGB value is (154,22,237). Sum of RGB (Red+Green+Blue) = 154+22+237=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A16ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A16ED is #65E912. Grayscale: #555555. Windows color (decimal): -6678803 or 15537818. OLE color: 15537818.
HSL color Cylindrical-coordinate representation of color #9A16ED: hue angle of 276.84º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A16ED is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 22 | 237 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.07 |
| HSL | 276.84º | 0.86% | 0.51% | - |
| HSV(B) | 276.84º | 0.91% | 0.93% | - |
| XYZ | 28.9 | 13.56 | 81.21 | - |
| YUV | 85.98 | 213.23 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 237 | 0.35 | 0.91 | 0 | 0.07 | 276.84 | 0.86 | 0.51 |
| Hex | 9A | 16 | ED | 23 | 5B | 0 | 7 | 115 | 56 | 33 |
| Octal | 232 | 26 | 355 | 43 | 133 | 0 | 7 | 425 | 126 | 63 |
| Binary | 10011010 | 10110 | 11101101 | 100011 | 1011011 | 0 | 111 | 100010101 | 1010110 | 110011 |
Color Harmonies of #9A16ED
Complementary color
Monochromatic Colors of #9A16ED
Black with #9A16ED
Text Example
Text Example
White with #9A16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A16ED; }
p { color: rgb(154,22,237); }
H1.HeaderClassName
{
color: #9A16ED;
}
.AnyTagClassName
{
color: #9A16ED;
}
</style>
background-color css
<style>
a { background-color: #9A16ED; }
a { background-color: rgb(154,22,237); }
div.DivClassName
{
background-color: #9A16ED;
}
.BgClassName
{
background-color: #9A16ED;
}
</style>
border-color css
<style>
span { border-color: #9A16ED; }
span { border-color: rgb(154,22,237); }
td.TdClassName
{
border-color: #9A16ED;
}
.TagClassName
{
border-color: #9A16ED;
}
</style>