Shades of Blue Violet #951DFE
Tints of Blue Violet #951DFE
RGB
CMYK
RGB Variations
Color information
#951DFE (or 0x951DFE) is known color: Blue Violet. HEX triplet: 95, 1D and FE. RGB value is (149,29,254). Sum of RGB (Red+Green+Blue) = 149+29+254=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #951DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951DFE is #6AE201. Grayscale: #595959. Windows color (decimal): -7004674 or 16653717. OLE color: 16653717.
HSL color Cylindrical-coordinate representation of color #951DFE: hue angle of 272º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951DFE is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 29 | 254 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.00 |
| HSL | 272º | 0.99% | 0.55% | - |
| HSV(B) | 272º | 0.89% | 1% | - |
| XYZ | 30.72 | 14.42 | 94.93 | - |
| YUV | 90.53 | 220.26 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 254 | 0.41 | 0.89 | 0 | 0.00 | 272 | 0.99 | 0.55 |
| Hex | 95 | 1D | FE | 29 | 59 | 0 | 0 | 110 | 63 | 37 |
| Octal | 225 | 35 | 376 | 51 | 131 | 0 | 0 | 420 | 143 | 67 |
| Binary | 10010101 | 11101 | 11111110 | 101001 | 1011001 | 0 | 0 | 100010000 | 1100011 | 110111 |
Color Harmonies of #951DFE
Complementary color
Monochromatic Colors of #951DFE
Black with #951DFE
Text Example
Text Example
White with #951DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DFE; }
p { color: rgb(149,29,254); }
H1.HeaderClassName
{
color: #951DFE;
}
.AnyTagClassName
{
color: #951DFE;
}
</style>
background-color css
<style>
a { background-color: #951DFE; }
a { background-color: rgb(149,29,254); }
div.DivClassName
{
background-color: #951DFE;
}
.BgClassName
{
background-color: #951DFE;
}
</style>
border-color css
<style>
span { border-color: #951DFE; }
span { border-color: rgb(149,29,254); }
td.TdClassName
{
border-color: #951DFE;
}
.TagClassName
{
border-color: #951DFE;
}
</style>