Shades of Blue Violet #9611FE
Tints of Blue Violet #9611FE
RGB
CMYK
RGB Variations
Color information
#9611FE (or 0x9611FE) is known color: Blue Violet. HEX triplet: 96, 11 and FE. RGB value is (150,17,254). Sum of RGB (Red+Green+Blue) = 150+17+254=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #9611FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9611FE is #69EE01. Grayscale: #525252. Windows color (decimal): -6942210 or 16650646. OLE color: 16650646.
HSL color Cylindrical-coordinate representation of color #9611FE: hue angle of 273.67º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9611FE is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 17 | 254 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.00 |
| HSL | 273.67º | 0.99% | 0.53% | - |
| HSV(B) | 273.67º | 0.93% | 1% | - |
| XYZ | 30.67 | 14.04 | 94.86 | - |
| YUV | 83.79 | 224.06 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 254 | 0.41 | 0.93 | 0 | 0.00 | 273.67 | 0.99 | 0.53 |
| Hex | 96 | 11 | FE | 29 | 5D | 0 | 0 | 112 | 63 | 35 |
| Octal | 226 | 21 | 376 | 51 | 135 | 0 | 0 | 422 | 143 | 65 |
| Binary | 10010110 | 10001 | 11111110 | 101001 | 1011101 | 0 | 0 | 100010010 | 1100011 | 110101 |
Color Harmonies of #9611FE
Complementary color
Monochromatic Colors of #9611FE
Black with #9611FE
Text Example
Text Example
White with #9611FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9611FE; }
p { color: rgb(150,17,254); }
H1.HeaderClassName
{
color: #9611FE;
}
.AnyTagClassName
{
color: #9611FE;
}
</style>
background-color css
<style>
a { background-color: #9611FE; }
a { background-color: rgb(150,17,254); }
div.DivClassName
{
background-color: #9611FE;
}
.BgClassName
{
background-color: #9611FE;
}
</style>
border-color css
<style>
span { border-color: #9611FE; }
span { border-color: rgb(150,17,254); }
td.TdClassName
{
border-color: #9611FE;
}
.TagClassName
{
border-color: #9611FE;
}
</style>