Shades of Blue Violet #951CF8
Tints of Blue Violet #951CF8
RGB
CMYK
RGB Variations
Color information
#951CF8 (or 0x951CF8) is known color: Blue Violet. HEX triplet: 95, 1C and F8. RGB value is (149,28,248). Sum of RGB (Red+Green+Blue) = 149+28+248=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 248 (97.27% from 255 or 58.35% from 425); Max value from RGB is 248 - color contains mainly: blue. Hex color #951CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951CF8 is #6AE307. Grayscale: #585858. Windows color (decimal): -7004936 or 16260245. OLE color: 16260245.
HSL color Cylindrical-coordinate representation of color #951CF8: hue angle of 273º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951CF8 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 28 | 248 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.03 |
| HSL | 273º | 0.94% | 0.54% | - |
| HSV(B) | 273º | 0.89% | 0.97% | - |
| XYZ | 29.75 | 14 | 89.94 | - |
| YUV | 89.26 | 217.59 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 248 | 0.40 | 0.89 | 0 | 0.03 | 273 | 0.94 | 0.54 |
| Hex | 95 | 1C | F8 | 28 | 59 | 0 | 3 | 111 | 5E | 36 |
| Octal | 225 | 34 | 370 | 50 | 131 | 0 | 3 | 421 | 136 | 66 |
| Binary | 10010101 | 11100 | 11111000 | 101000 | 1011001 | 0 | 11 | 100010001 | 1011110 | 110110 |
Color Harmonies of #951CF8
Complementary color
Monochromatic Colors of #951CF8
Black with #951CF8
Text Example
Text Example
White with #951CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CF8; }
p { color: rgb(149,28,248); }
H1.HeaderClassName
{
color: #951CF8;
}
.AnyTagClassName
{
color: #951CF8;
}
</style>
background-color css
<style>
a { background-color: #951CF8; }
a { background-color: rgb(149,28,248); }
div.DivClassName
{
background-color: #951CF8;
}
.BgClassName
{
background-color: #951CF8;
}
</style>
border-color css
<style>
span { border-color: #951CF8; }
span { border-color: rgb(149,28,248); }
td.TdClassName
{
border-color: #951CF8;
}
.TagClassName
{
border-color: #951CF8;
}
</style>