Shades of Blue Violet #9715FE
Tints of Blue Violet #9715FE
RGB
CMYK
RGB Variations
Color information
#9715FE (or 0x9715FE) is known color: Blue Violet. HEX triplet: 97, 15 and FE. RGB value is (151,21,254). Sum of RGB (Red+Green+Blue) = 151+21+254=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #9715FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9715FE is #68EA01. Grayscale: #555555. Windows color (decimal): -6875650 or 16651671. OLE color: 16651671.
HSL color Cylindrical-coordinate representation of color #9715FE: hue angle of 273.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9715FE is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 21 | 254 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.00 |
| HSL | 273.48º | 0.99% | 0.54% | - |
| HSV(B) | 273.48º | 0.92% | 1% | - |
| XYZ | 30.92 | 14.27 | 94.89 | - |
| YUV | 86.43 | 222.57 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 254 | 0.41 | 0.92 | 0 | 0.00 | 273.48 | 0.99 | 0.54 |
| Hex | 97 | 15 | FE | 29 | 5C | 0 | 0 | 111 | 63 | 36 |
| Octal | 227 | 25 | 376 | 51 | 134 | 0 | 0 | 421 | 143 | 66 |
| Binary | 10010111 | 10101 | 11111110 | 101001 | 1011100 | 0 | 0 | 100010001 | 1100011 | 110110 |
Color Harmonies of #9715FE
Complementary color
Monochromatic Colors of #9715FE
Black with #9715FE
Text Example
Text Example
White with #9715FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9715FE; }
p { color: rgb(151,21,254); }
H1.HeaderClassName
{
color: #9715FE;
}
.AnyTagClassName
{
color: #9715FE;
}
</style>
background-color css
<style>
a { background-color: #9715FE; }
a { background-color: rgb(151,21,254); }
div.DivClassName
{
background-color: #9715FE;
}
.BgClassName
{
background-color: #9715FE;
}
</style>
border-color css
<style>
span { border-color: #9715FE; }
span { border-color: rgb(151,21,254); }
td.TdClassName
{
border-color: #9715FE;
}
.TagClassName
{
border-color: #9715FE;
}
</style>