Shades of Blue Violet #9317FF
Tints of Blue Violet #9317FF
RGB
CMYK
RGB Variations
Color information
#9317FF (or 0x9317FF) is known color: Blue Violet. HEX triplet: 93, 17 and FF. RGB value is (147,23,255). Sum of RGB (Red+Green+Blue) = 147+23+255=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #9317FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9317FF is #6CE800. Grayscale: #555555. Windows color (decimal): -7137281 or 16717715. OLE color: 16717715.
HSL color Cylindrical-coordinate representation of color #9317FF: hue angle of 272.07º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9317FF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 23 | 255 | - |
| CMYK | 0.42 | 0.91 | 0 | 0 |
| HSL | 272.07º | 1% | 0.55% | - |
| HSV(B) | 272.07º | 0.91% | 1% | - |
| XYZ | 30.39 | 14.04 | 95.72 | - |
| YUV | 86.52 | 223.08 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 255 | 0.42 | 0.91 | 0 | 0 | 272.07 | 1 | 0.55 |
| Hex | 93 | 17 | FF | 2A | 5B | 0 | 0 | 110 | 64 | 37 |
| Octal | 223 | 27 | 377 | 52 | 133 | 0 | 0 | 420 | 144 | 67 |
| Binary | 10010011 | 10111 | 11111111 | 101010 | 1011011 | 0 | 0 | 100010000 | 1100100 | 110111 |
Color Harmonies of #9317FF
Complementary color
Monochromatic Colors of #9317FF
Black with #9317FF
Text Example
Text Example
White with #9317FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9317FF; }
p { color: rgb(147,23,255); }
H1.HeaderClassName
{
color: #9317FF;
}
.AnyTagClassName
{
color: #9317FF;
}
</style>
background-color css
<style>
a { background-color: #9317FF; }
a { background-color: rgb(147,23,255); }
div.DivClassName
{
background-color: #9317FF;
}
.BgClassName
{
background-color: #9317FF;
}
</style>
border-color css
<style>
span { border-color: #9317FF; }
span { border-color: rgb(147,23,255); }
td.TdClassName
{
border-color: #9317FF;
}
.TagClassName
{
border-color: #9317FF;
}
</style>