Shades of Blue Violet #9640F8
Tints of Blue Violet #9640F8
RGB
CMYK
RGB Variations
Color information
#9640F8 (or 0x9640F8) is known color: Blue Violet. HEX triplet: 96, 40 and F8. RGB value is (150,64,248). Sum of RGB (Red+Green+Blue) = 150+64+248=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #9640F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9640F8 is #69BF07. Grayscale: #6E6E6E. Windows color (decimal): -6930184 or 16269462. OLE color: 16269462.
HSL color Cylindrical-coordinate representation of color #9640F8: hue angle of 268.04º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9640F8 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 64 | 248 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.03 |
| HSL | 268.04º | 0.93% | 0.61% | - |
| HSV(B) | 268.04º | 0.74% | 0.97% | - |
| XYZ | 31.35 | 16.93 | 90.42 | - |
| YUV | 110.69 | 205.49 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 248 | 0.40 | 0.74 | 0 | 0.03 | 268.04 | 0.93 | 0.61 |
| Hex | 96 | 40 | F8 | 28 | 4A | 0 | 3 | 10C | 5D | 3D |
| Octal | 226 | 100 | 370 | 50 | 112 | 0 | 3 | 414 | 135 | 75 |
| Binary | 10010110 | 1000000 | 11111000 | 101000 | 1001010 | 0 | 11 | 100001100 | 1011101 | 111101 |
Color Harmonies of #9640F8
Complementary color
Monochromatic Colors of #9640F8
Black with #9640F8
Text Example
Text Example
White with #9640F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9640F8; }
p { color: rgb(150,64,248); }
H1.HeaderClassName
{
color: #9640F8;
}
.AnyTagClassName
{
color: #9640F8;
}
</style>
background-color css
<style>
a { background-color: #9640F8; }
a { background-color: rgb(150,64,248); }
div.DivClassName
{
background-color: #9640F8;
}
.BgClassName
{
background-color: #9640F8;
}
</style>
border-color css
<style>
span { border-color: #9640F8; }
span { border-color: rgb(150,64,248); }
td.TdClassName
{
border-color: #9640F8;
}
.TagClassName
{
border-color: #9640F8;
}
</style>