Shades of Blue Violet #9713EF
Tints of Blue Violet #9713EF
RGB
CMYK
RGB Variations
Color information
#9713EF (or 0x9713EF) is known color: Blue Violet. HEX triplet: 97, 13 and EF. RGB value is (151,19,239). Sum of RGB (Red+Green+Blue) = 151+19+239=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #9713EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9713EF is #68EC10. Grayscale: #525252. Windows color (decimal): -6876177 or 15668119. OLE color: 15668119.
HSL color Cylindrical-coordinate representation of color #9713EF: hue angle of 276º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9713EF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 19 | 239 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.06 |
| HSL | 276º | 0.87% | 0.51% | - |
| HSV(B) | 276º | 0.92% | 0.94% | - |
| XYZ | 28.58 | 13.28 | 82.72 | - |
| YUV | 83.55 | 215.73 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 239 | 0.37 | 0.92 | 0 | 0.06 | 276 | 0.87 | 0.51 |
| Hex | 97 | 13 | EF | 25 | 5C | 0 | 6 | 114 | 57 | 33 |
| Octal | 227 | 23 | 357 | 45 | 134 | 0 | 6 | 424 | 127 | 63 |
| Binary | 10010111 | 10011 | 11101111 | 100101 | 1011100 | 0 | 110 | 100010100 | 1010111 | 110011 |
Color Harmonies of #9713EF
Complementary color
Monochromatic Colors of #9713EF
Black with #9713EF
Text Example
Text Example
White with #9713EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9713EF; }
p { color: rgb(151,19,239); }
H1.HeaderClassName
{
color: #9713EF;
}
.AnyTagClassName
{
color: #9713EF;
}
</style>
background-color css
<style>
a { background-color: #9713EF; }
a { background-color: rgb(151,19,239); }
div.DivClassName
{
background-color: #9713EF;
}
.BgClassName
{
background-color: #9713EF;
}
</style>
border-color css
<style>
span { border-color: #9713EF; }
span { border-color: rgb(151,19,239); }
td.TdClassName
{
border-color: #9713EF;
}
.TagClassName
{
border-color: #9713EF;
}
</style>