Shades of Blue Violet #9316ED
Tints of Blue Violet #9316ED
RGB
CMYK
RGB Variations
Color information
#9316ED (or 0x9316ED) is known color: Blue Violet. HEX triplet: 93, 16 and ED. RGB value is (147,22,237). Sum of RGB (Red+Green+Blue) = 147+22+237=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #9316ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9316ED is #6CE912. Grayscale: #535353. Windows color (decimal): -7137555 or 15537811. OLE color: 15537811.
HSL color Cylindrical-coordinate representation of color #9316ED: hue angle of 274.88º 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 #9316ED is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 22 | 237 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.07 |
| HSL | 274.88º | 0.86% | 0.51% | - |
| HSV(B) | 274.88º | 0.91% | 0.93% | - |
| XYZ | 27.61 | 12.89 | 81.15 | - |
| YUV | 83.89 | 214.41 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 237 | 0.38 | 0.91 | 0 | 0.07 | 274.88 | 0.86 | 0.51 |
| Hex | 93 | 16 | ED | 26 | 5B | 0 | 7 | 113 | 56 | 33 |
| Octal | 223 | 26 | 355 | 46 | 133 | 0 | 7 | 423 | 126 | 63 |
| Binary | 10010011 | 10110 | 11101101 | 100110 | 1011011 | 0 | 111 | 100010011 | 1010110 | 110011 |
Color Harmonies of #9316ED
Complementary color
Monochromatic Colors of #9316ED
Black with #9316ED
Text Example
Text Example
White with #9316ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9316ED; }
p { color: rgb(147,22,237); }
H1.HeaderClassName
{
color: #9316ED;
}
.AnyTagClassName
{
color: #9316ED;
}
</style>
background-color css
<style>
a { background-color: #9316ED; }
a { background-color: rgb(147,22,237); }
div.DivClassName
{
background-color: #9316ED;
}
.BgClassName
{
background-color: #9316ED;
}
</style>
border-color css
<style>
span { border-color: #9316ED; }
span { border-color: rgb(147,22,237); }
td.TdClassName
{
border-color: #9316ED;
}
.TagClassName
{
border-color: #9316ED;
}
</style>