Shades of Blue Violet #964AF8
Tints of Blue Violet #964AF8
RGB
CMYK
RGB Variations
Color information
#964AF8 (or 0x964AF8) is known color: Blue Violet. HEX triplet: 96, 4A and F8. RGB value is (150,74,248). Sum of RGB (Red+Green+Blue) = 150+74+248=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #964AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964AF8 is #69B507. Grayscale: #737373. Windows color (decimal): -6927624 or 16272022. OLE color: 16272022.
HSL color Cylindrical-coordinate representation of color #964AF8: hue angle of 266.21º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964AF8 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 74 | 248 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.03 |
| HSL | 266.21º | 0.93% | 0.63% | - |
| HSV(B) | 266.21º | 0.7% | 0.97% | - |
| XYZ | 31.97 | 18.16 | 90.63 | - |
| YUV | 116.56 | 202.18 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 248 | 0.40 | 0.70 | 0 | 0.03 | 266.21 | 0.93 | 0.63 |
| Hex | 96 | 4A | F8 | 28 | 46 | 0 | 3 | 10A | 5D | 3F |
| Octal | 226 | 112 | 370 | 50 | 106 | 0 | 3 | 412 | 135 | 77 |
| Binary | 10010110 | 1001010 | 11111000 | 101000 | 1000110 | 0 | 11 | 100001010 | 1011101 | 111111 |
Color Harmonies of #964AF8
Complementary color
Monochromatic Colors of #964AF8
Black with #964AF8
Text Example
Text Example
White with #964AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964AF8; }
p { color: rgb(150,74,248); }
H1.HeaderClassName
{
color: #964AF8;
}
.AnyTagClassName
{
color: #964AF8;
}
</style>
background-color css
<style>
a { background-color: #964AF8; }
a { background-color: rgb(150,74,248); }
div.DivClassName
{
background-color: #964AF8;
}
.BgClassName
{
background-color: #964AF8;
}
</style>
border-color css
<style>
span { border-color: #964AF8; }
span { border-color: rgb(150,74,248); }
td.TdClassName
{
border-color: #964AF8;
}
.TagClassName
{
border-color: #964AF8;
}
</style>