Shades of Blue Violet #9713FD
Tints of Blue Violet #9713FD
RGB
CMYK
RGB Variations
Color information
#9713FD (or 0x9713FD) is known color: Blue Violet. HEX triplet: 97, 13 and FD. RGB value is (151,19,253). Sum of RGB (Red+Green+Blue) = 151+19+253=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #9713FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9713FD is #68EC02. Grayscale: #545454. Windows color (decimal): -6876163 or 16585623. OLE color: 16585623.
HSL color Cylindrical-coordinate representation of color #9713FD: hue angle of 273.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9713FD is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 19 | 253 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.01 |
| HSL | 273.85º | 0.98% | 0.53% | - |
| HSV(B) | 273.85º | 0.92% | 0.99% | - |
| XYZ | 30.73 | 14.14 | 94.04 | - |
| YUV | 85.14 | 222.73 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 253 | 0.40 | 0.92 | 0 | 0.01 | 273.85 | 0.98 | 0.53 |
| Hex | 97 | 13 | FD | 28 | 5C | 0 | 1 | 112 | 62 | 35 |
| Octal | 227 | 23 | 375 | 50 | 134 | 0 | 1 | 422 | 142 | 65 |
| Binary | 10010111 | 10011 | 11111101 | 101000 | 1011100 | 0 | 1 | 100010010 | 1100010 | 110101 |
Color Harmonies of #9713FD
Complementary color
Monochromatic Colors of #9713FD
Black with #9713FD
Text Example
Text Example
White with #9713FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9713FD; }
p { color: rgb(151,19,253); }
H1.HeaderClassName
{
color: #9713FD;
}
.AnyTagClassName
{
color: #9713FD;
}
</style>
background-color css
<style>
a { background-color: #9713FD; }
a { background-color: rgb(151,19,253); }
div.DivClassName
{
background-color: #9713FD;
}
.BgClassName
{
background-color: #9713FD;
}
</style>
border-color css
<style>
span { border-color: #9713FD; }
span { border-color: rgb(151,19,253); }
td.TdClassName
{
border-color: #9713FD;
}
.TagClassName
{
border-color: #9713FD;
}
</style>