Shades of Blue Violet #9315FF
Tints of Blue Violet #9315FF
RGB
CMYK
RGB Variations
Color information
#9315FF (or 0x9315FF) is known color: Blue Violet. HEX triplet: 93, 15 and FF. RGB value is (147,21,255). Sum of RGB (Red+Green+Blue) = 147+21+255=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #9315FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9315FF is #6CEA00. Grayscale: #545454. Windows color (decimal): -7137793 or 16717203. OLE color: 16717203.
HSL color Cylindrical-coordinate representation of color #9315FF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9315FF is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 21 | 255 | - |
| CMYK | 0.42 | 0.92 | 0 | 0 |
| HSL | 272.31º | 1% | 0.54% | - |
| HSV(B) | 272.31º | 0.92% | 1% | - |
| XYZ | 30.35 | 13.96 | 95.7 | - |
| YUV | 85.35 | 223.74 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 255 | 0.42 | 0.92 | 0 | 0 | 272.31 | 1 | 0.54 |
| Hex | 93 | 15 | FF | 2A | 5C | 0 | 0 | 110 | 64 | 36 |
| Octal | 223 | 25 | 377 | 52 | 134 | 0 | 0 | 420 | 144 | 66 |
| Binary | 10010011 | 10101 | 11111111 | 101010 | 1011100 | 0 | 0 | 100010000 | 1100100 | 110110 |
Color Harmonies of #9315FF
Complementary color
Monochromatic Colors of #9315FF
Black with #9315FF
Text Example
Text Example
White with #9315FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315FF; }
p { color: rgb(147,21,255); }
H1.HeaderClassName
{
color: #9315FF;
}
.AnyTagClassName
{
color: #9315FF;
}
</style>
background-color css
<style>
a { background-color: #9315FF; }
a { background-color: rgb(147,21,255); }
div.DivClassName
{
background-color: #9315FF;
}
.BgClassName
{
background-color: #9315FF;
}
</style>
border-color css
<style>
span { border-color: #9315FF; }
span { border-color: rgb(147,21,255); }
td.TdClassName
{
border-color: #9315FF;
}
.TagClassName
{
border-color: #9315FF;
}
</style>