Shades of Blue Violet #9D16FD
Tints of Blue Violet #9D16FD
RGB
CMYK
RGB Variations
Color information
#9D16FD (or 0x9D16FD) is known color: Blue Violet. HEX triplet: 9D, 16 and FD. RGB value is (157,22,253). Sum of RGB (Red+Green+Blue) = 157+22+253=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D16FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D16FD is #62E902. Grayscale: #575757. Windows color (decimal): -6482179 or 16586397. OLE color: 16586397.
HSL color Cylindrical-coordinate representation of color #9D16FD: hue angle of 275.06º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D16FD is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 22 | 253 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.01 |
| HSL | 275.06º | 0.98% | 0.54% | - |
| HSV(B) | 275.06º | 0.91% | 0.99% | - |
| XYZ | 31.92 | 14.83 | 94.11 | - |
| YUV | 88.7 | 220.73 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 22 | 253 | 0.38 | 0.91 | 0 | 0.01 | 275.06 | 0.98 | 0.54 |
| Hex | 9D | 16 | FD | 26 | 5B | 0 | 1 | 113 | 62 | 36 |
| Octal | 235 | 26 | 375 | 46 | 133 | 0 | 1 | 423 | 142 | 66 |
| Binary | 10011101 | 10110 | 11111101 | 100110 | 1011011 | 0 | 1 | 100010011 | 1100010 | 110110 |
Color Harmonies of #9D16FD
Complementary color
Monochromatic Colors of #9D16FD
Black with #9D16FD
Text Example
Text Example
White with #9D16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D16FD; }
p { color: rgb(157,22,253); }
H1.HeaderClassName
{
color: #9D16FD;
}
.AnyTagClassName
{
color: #9D16FD;
}
</style>
background-color css
<style>
a { background-color: #9D16FD; }
a { background-color: rgb(157,22,253); }
div.DivClassName
{
background-color: #9D16FD;
}
.BgClassName
{
background-color: #9D16FD;
}
</style>
border-color css
<style>
span { border-color: #9D16FD; }
span { border-color: rgb(157,22,253); }
td.TdClassName
{
border-color: #9D16FD;
}
.TagClassName
{
border-color: #9D16FD;
}
</style>