Shades of Blue Violet #953CF8
Tints of Blue Violet #953CF8
RGB
CMYK
RGB Variations
Color information
#953CF8 (or 0x953CF8) is known color: Blue Violet. HEX triplet: 95, 3C and F8. RGB value is (149,60,248). Sum of RGB (Red+Green+Blue) = 149+60+248=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #953CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CF8 is #6AC307. Grayscale: #6B6B6B. Windows color (decimal): -6996744 or 16268437. OLE color: 16268437.
HSL color Cylindrical-coordinate representation of color #953CF8: hue angle of 268.4º 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 #953CF8 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 60 | 248 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.03 |
| HSL | 268.4º | 0.93% | 0.6% | - |
| HSV(B) | 268.4º | 0.76% | 0.97% | - |
| XYZ | 30.95 | 16.4 | 90.34 | - |
| YUV | 108.04 | 206.99 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 248 | 0.40 | 0.76 | 0 | 0.03 | 268.4 | 0.93 | 0.6 |
| Hex | 95 | 3C | F8 | 28 | 4C | 0 | 3 | 10C | 5D | 3C |
| Octal | 225 | 74 | 370 | 50 | 114 | 0 | 3 | 414 | 135 | 74 |
| Binary | 10010101 | 111100 | 11111000 | 101000 | 1001100 | 0 | 11 | 100001100 | 1011101 | 111100 |
Color Harmonies of #953CF8
Complementary color
Monochromatic Colors of #953CF8
Black with #953CF8
Text Example
Text Example
White with #953CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CF8; }
p { color: rgb(149,60,248); }
H1.HeaderClassName
{
color: #953CF8;
}
.AnyTagClassName
{
color: #953CF8;
}
</style>
background-color css
<style>
a { background-color: #953CF8; }
a { background-color: rgb(149,60,248); }
div.DivClassName
{
background-color: #953CF8;
}
.BgClassName
{
background-color: #953CF8;
}
</style>
border-color css
<style>
span { border-color: #953CF8; }
span { border-color: rgb(149,60,248); }
td.TdClassName
{
border-color: #953CF8;
}
.TagClassName
{
border-color: #953CF8;
}
</style>