Shades of Blue Violet #9916FD
Tints of Blue Violet #9916FD
RGB
CMYK
RGB Variations
Color information
#9916FD (or 0x9916FD) is known color: Blue Violet. HEX triplet: 99, 16 and FD. RGB value is (153,22,253). Sum of RGB (Red+Green+Blue) = 153+22+253=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #9916FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9916FD is #66E902. Grayscale: #565656. Windows color (decimal): -6744323 or 16586393. OLE color: 16586393.
HSL color Cylindrical-coordinate representation of color #9916FD: hue angle of 274.03º 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 #9916FD is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 22 | 253 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.01 |
| HSL | 274.03º | 0.98% | 0.54% | - |
| HSV(B) | 274.03º | 0.91% | 0.99% | - |
| XYZ | 31.15 | 14.44 | 94.07 | - |
| YUV | 87.5 | 221.4 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 253 | 0.40 | 0.91 | 0 | 0.01 | 274.03 | 0.98 | 0.54 |
| Hex | 99 | 16 | FD | 28 | 5B | 0 | 1 | 112 | 62 | 36 |
| Octal | 231 | 26 | 375 | 50 | 133 | 0 | 1 | 422 | 142 | 66 |
| Binary | 10011001 | 10110 | 11111101 | 101000 | 1011011 | 0 | 1 | 100010010 | 1100010 | 110110 |
Color Harmonies of #9916FD
Complementary color
Monochromatic Colors of #9916FD
Black with #9916FD
Text Example
Text Example
White with #9916FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9916FD; }
p { color: rgb(153,22,253); }
H1.HeaderClassName
{
color: #9916FD;
}
.AnyTagClassName
{
color: #9916FD;
}
</style>
background-color css
<style>
a { background-color: #9916FD; }
a { background-color: rgb(153,22,253); }
div.DivClassName
{
background-color: #9916FD;
}
.BgClassName
{
background-color: #9916FD;
}
</style>
border-color css
<style>
span { border-color: #9916FD; }
span { border-color: rgb(153,22,253); }
td.TdClassName
{
border-color: #9916FD;
}
.TagClassName
{
border-color: #9916FD;
}
</style>