Shades of Blue Violet #9619FB
Tints of Blue Violet #9619FB
RGB
CMYK
RGB Variations
Color information
#9619FB (or 0x9619FB) is known color: Blue Violet. HEX triplet: 96, 19 and FB. RGB value is (150,25,251). Sum of RGB (Red+Green+Blue) = 150+25+251=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #9619FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9619FB is #69E604. Grayscale: #575757. Windows color (decimal): -6940165 or 16456086. OLE color: 16456086.
HSL color Cylindrical-coordinate representation of color #9619FB: hue angle of 273.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9619FB is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 25 | 251 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.02 |
| HSL | 273.19º | 0.97% | 0.54% | - |
| HSV(B) | 273.19º | 0.9% | 0.98% | - |
| XYZ | 30.34 | 14.14 | 92.4 | - |
| YUV | 88.14 | 219.91 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 251 | 0.40 | 0.90 | 0 | 0.02 | 273.19 | 0.97 | 0.54 |
| Hex | 96 | 19 | FB | 28 | 5A | 0 | 2 | 111 | 61 | 36 |
| Octal | 226 | 31 | 373 | 50 | 132 | 0 | 2 | 421 | 141 | 66 |
| Binary | 10010110 | 11001 | 11111011 | 101000 | 1011010 | 0 | 10 | 100010001 | 1100001 | 110110 |
Color Harmonies of #9619FB
Complementary color
Monochromatic Colors of #9619FB
Black with #9619FB
Text Example
Text Example
White with #9619FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9619FB; }
p { color: rgb(150,25,251); }
H1.HeaderClassName
{
color: #9619FB;
}
.AnyTagClassName
{
color: #9619FB;
}
</style>
background-color css
<style>
a { background-color: #9619FB; }
a { background-color: rgb(150,25,251); }
div.DivClassName
{
background-color: #9619FB;
}
.BgClassName
{
background-color: #9619FB;
}
</style>
border-color css
<style>
span { border-color: #9619FB; }
span { border-color: rgb(150,25,251); }
td.TdClassName
{
border-color: #9619FB;
}
.TagClassName
{
border-color: #9619FB;
}
</style>