Shades of Blue Violet #951DF1
Tints of Blue Violet #951DF1
RGB
CMYK
RGB Variations
Color information
#951DF1 (or 0x951DF1) is known color: Blue Violet. HEX triplet: 95, 1D and F1. RGB value is (149,29,241). Sum of RGB (Red+Green+Blue) = 149+29+241=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #951DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951DF1 is #6AE20E. Grayscale: #585858. Windows color (decimal): -7004687 or 15801749. OLE color: 15801749.
HSL color Cylindrical-coordinate representation of color #951DF1: hue angle of 273.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951DF1 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 29 | 241 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.05 |
| HSL | 273.96º | 0.88% | 0.53% | - |
| HSV(B) | 273.96º | 0.88% | 0.95% | - |
| XYZ | 28.71 | 13.62 | 84.33 | - |
| YUV | 89.05 | 213.76 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 241 | 0.38 | 0.88 | 0 | 0.05 | 273.96 | 0.88 | 0.53 |
| Hex | 95 | 1D | F1 | 26 | 58 | 0 | 5 | 112 | 58 | 35 |
| Octal | 225 | 35 | 361 | 46 | 130 | 0 | 5 | 422 | 130 | 65 |
| Binary | 10010101 | 11101 | 11110001 | 100110 | 1011000 | 0 | 101 | 100010010 | 1011000 | 110101 |
Color Harmonies of #951DF1
Complementary color
Monochromatic Colors of #951DF1
Black with #951DF1
Text Example
Text Example
White with #951DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DF1; }
p { color: rgb(149,29,241); }
H1.HeaderClassName
{
color: #951DF1;
}
.AnyTagClassName
{
color: #951DF1;
}
</style>
background-color css
<style>
a { background-color: #951DF1; }
a { background-color: rgb(149,29,241); }
div.DivClassName
{
background-color: #951DF1;
}
.BgClassName
{
background-color: #951DF1;
}
</style>
border-color css
<style>
span { border-color: #951DF1; }
span { border-color: rgb(149,29,241); }
td.TdClassName
{
border-color: #951DF1;
}
.TagClassName
{
border-color: #951DF1;
}
</style>