Shades of Blue Violet #9648FE
Tints of Blue Violet #9648FE
RGB
CMYK
RGB Variations
Color information
#9648FE (or 0x9648FE) is known color: Blue Violet. HEX triplet: 96, 48 and FE. RGB value is (150,72,254). Sum of RGB (Red+Green+Blue) = 150+72+254=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #9648FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9648FE is #69B701. Grayscale: #737373. Windows color (decimal): -6928130 or 16664726. OLE color: 16664726.
HSL color Cylindrical-coordinate representation of color #9648FE: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9648FE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 72 | 254 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.00 |
| HSL | 265.71º | 0.99% | 0.64% | - |
| HSV(B) | 265.71º | 0.72% | 1% | - |
| XYZ | 32.78 | 18.27 | 95.57 | - |
| YUV | 116.07 | 205.84 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 254 | 0.41 | 0.72 | 0 | 0.00 | 265.71 | 0.99 | 0.64 |
| Hex | 96 | 48 | FE | 29 | 48 | 0 | 0 | 10A | 63 | 40 |
| Octal | 226 | 110 | 376 | 51 | 110 | 0 | 0 | 412 | 143 | 100 |
| Binary | 10010110 | 1001000 | 11111110 | 101001 | 1001000 | 0 | 0 | 100001010 | 1100011 | 1000000 |
Color Harmonies of #9648FE
Complementary color
Monochromatic Colors of #9648FE
Black with #9648FE
Text Example
Text Example
White with #9648FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9648FE; }
p { color: rgb(150,72,254); }
H1.HeaderClassName
{
color: #9648FE;
}
.AnyTagClassName
{
color: #9648FE;
}
</style>
background-color css
<style>
a { background-color: #9648FE; }
a { background-color: rgb(150,72,254); }
div.DivClassName
{
background-color: #9648FE;
}
.BgClassName
{
background-color: #9648FE;
}
</style>
border-color css
<style>
span { border-color: #9648FE; }
span { border-color: rgb(150,72,254); }
td.TdClassName
{
border-color: #9648FE;
}
.TagClassName
{
border-color: #9648FE;
}
</style>