Shades of Blue Violet #9619FE
Tints of Blue Violet #9619FE
RGB
CMYK
RGB Variations
Color information
#9619FE (or 0x9619FE) is known color: Blue Violet. HEX triplet: 96, 19 and FE. RGB value is (150,25,254). Sum of RGB (Red+Green+Blue) = 150+25+254=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #9619FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9619FE is #69E601. Grayscale: #575757. Windows color (decimal): -6940162 or 16652694. OLE color: 16652694.
HSL color Cylindrical-coordinate representation of color #9619FE: hue angle of 272.75º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9619FE is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 25 | 254 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.00 |
| HSL | 272.75º | 0.99% | 0.55% | - |
| HSV(B) | 272.75º | 0.9% | 1% | - |
| XYZ | 30.81 | 14.34 | 94.91 | - |
| YUV | 88.48 | 221.41 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 254 | 0.41 | 0.90 | 0 | 0.00 | 272.75 | 0.99 | 0.55 |
| Hex | 96 | 19 | FE | 29 | 5A | 0 | 0 | 111 | 63 | 37 |
| Octal | 226 | 31 | 376 | 51 | 132 | 0 | 0 | 421 | 143 | 67 |
| Binary | 10010110 | 11001 | 11111110 | 101001 | 1011010 | 0 | 0 | 100010001 | 1100011 | 110111 |
Color Harmonies of #9619FE
Complementary color
Monochromatic Colors of #9619FE
Black with #9619FE
Text Example
Text Example
White with #9619FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9619FE; }
p { color: rgb(150,25,254); }
H1.HeaderClassName
{
color: #9619FE;
}
.AnyTagClassName
{
color: #9619FE;
}
</style>
background-color css
<style>
a { background-color: #9619FE; }
a { background-color: rgb(150,25,254); }
div.DivClassName
{
background-color: #9619FE;
}
.BgClassName
{
background-color: #9619FE;
}
</style>
border-color css
<style>
span { border-color: #9619FE; }
span { border-color: rgb(150,25,254); }
td.TdClassName
{
border-color: #9619FE;
}
.TagClassName
{
border-color: #9619FE;
}
</style>