Shades of Blue Violet #953BF8
Tints of Blue Violet #953BF8
RGB
CMYK
RGB Variations
Color information
#953BF8 (or 0x953BF8) is known color: Blue Violet. HEX triplet: 95, 3B and F8. RGB value is (149,59,248). Sum of RGB (Red+Green+Blue) = 149+59+248=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #953BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953BF8 is #6AC407. Grayscale: #6A6A6A. Windows color (decimal): -6997000 or 16268181. OLE color: 16268181.
HSL color Cylindrical-coordinate representation of color #953BF8: hue angle of 268.57º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953BF8 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 59 | 248 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.03 |
| HSL | 268.57º | 0.93% | 0.6% | - |
| HSV(B) | 268.57º | 0.76% | 0.97% | - |
| XYZ | 30.9 | 16.29 | 90.32 | - |
| YUV | 107.46 | 207.32 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 248 | 0.40 | 0.76 | 0 | 0.03 | 268.57 | 0.93 | 0.6 |
| Hex | 95 | 3B | F8 | 28 | 4C | 0 | 3 | 10D | 5D | 3C |
| Octal | 225 | 73 | 370 | 50 | 114 | 0 | 3 | 415 | 135 | 74 |
| Binary | 10010101 | 111011 | 11111000 | 101000 | 1001100 | 0 | 11 | 100001101 | 1011101 | 111100 |
Color Harmonies of #953BF8
Complementary color
Monochromatic Colors of #953BF8
Black with #953BF8
Text Example
Text Example
White with #953BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953BF8; }
p { color: rgb(149,59,248); }
H1.HeaderClassName
{
color: #953BF8;
}
.AnyTagClassName
{
color: #953BF8;
}
</style>
background-color css
<style>
a { background-color: #953BF8; }
a { background-color: rgb(149,59,248); }
div.DivClassName
{
background-color: #953BF8;
}
.BgClassName
{
background-color: #953BF8;
}
</style>
border-color css
<style>
span { border-color: #953BF8; }
span { border-color: rgb(149,59,248); }
td.TdClassName
{
border-color: #953BF8;
}
.TagClassName
{
border-color: #953BF8;
}
</style>