Shades of Blue Violet #9728FB
Tints of Blue Violet #9728FB
RGB
CMYK
RGB Variations
Color information
#9728FB (or 0x9728FB) is known color: Blue Violet. HEX triplet: 97, 28 and FB. RGB value is (151,40,251). Sum of RGB (Red+Green+Blue) = 151+40+251=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #9728FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9728FB is #68D704. Grayscale: #606060. Windows color (decimal): -6870789 or 16459927. OLE color: 16459927.
HSL color Cylindrical-coordinate representation of color #9728FB: hue angle of 271.56º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9728FB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 40 | 251 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.02 |
| HSL | 271.56º | 0.96% | 0.57% | - |
| HSV(B) | 271.56º | 0.84% | 0.98% | - |
| XYZ | 30.93 | 15.06 | 92.54 | - |
| YUV | 97.24 | 214.77 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 251 | 0.40 | 0.84 | 0 | 0.02 | 271.56 | 0.96 | 0.57 |
| Hex | 97 | 28 | FB | 28 | 54 | 0 | 2 | 110 | 60 | 39 |
| Octal | 227 | 50 | 373 | 50 | 124 | 0 | 2 | 420 | 140 | 71 |
| Binary | 10010111 | 101000 | 11111011 | 101000 | 1010100 | 0 | 10 | 100010000 | 1100000 | 111001 |
Color Harmonies of #9728FB
Complementary color
Monochromatic Colors of #9728FB
Black with #9728FB
Text Example
Text Example
White with #9728FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9728FB; }
p { color: rgb(151,40,251); }
H1.HeaderClassName
{
color: #9728FB;
}
.AnyTagClassName
{
color: #9728FB;
}
</style>
background-color css
<style>
a { background-color: #9728FB; }
a { background-color: rgb(151,40,251); }
div.DivClassName
{
background-color: #9728FB;
}
.BgClassName
{
background-color: #9728FB;
}
</style>
border-color css
<style>
span { border-color: #9728FB; }
span { border-color: rgb(151,40,251); }
td.TdClassName
{
border-color: #9728FB;
}
.TagClassName
{
border-color: #9728FB;
}
</style>