Shades of Blue Violet #951DF2
Tints of Blue Violet #951DF2
RGB
CMYK
RGB Variations
Color information
#951DF2 (or 0x951DF2) is known color: Blue Violet. HEX triplet: 95, 1D and F2. RGB value is (149,29,242). Sum of RGB (Red+Green+Blue) = 149+29+242=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #951DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951DF2 is #6AE20D. Grayscale: #585858. Windows color (decimal): -7004686 or 15867285. OLE color: 15867285.
HSL color Cylindrical-coordinate representation of color #951DF2: hue angle of 273.8º degrees, saturation: 0.89, 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 #951DF2 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 29 | 242 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.05 |
| HSL | 273.8º | 0.89% | 0.53% | - |
| HSV(B) | 273.8º | 0.88% | 0.95% | - |
| XYZ | 28.86 | 13.68 | 85.12 | - |
| YUV | 89.16 | 214.26 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 242 | 0.38 | 0.88 | 0 | 0.05 | 273.8 | 0.89 | 0.53 |
| Hex | 95 | 1D | F2 | 26 | 58 | 0 | 5 | 112 | 59 | 35 |
| Octal | 225 | 35 | 362 | 46 | 130 | 0 | 5 | 422 | 131 | 65 |
| Binary | 10010101 | 11101 | 11110010 | 100110 | 1011000 | 0 | 101 | 100010010 | 1011001 | 110101 |
Color Harmonies of #951DF2
Complementary color
Monochromatic Colors of #951DF2
Black with #951DF2
Text Example
Text Example
White with #951DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DF2; }
p { color: rgb(149,29,242); }
H1.HeaderClassName
{
color: #951DF2;
}
.AnyTagClassName
{
color: #951DF2;
}
</style>
background-color css
<style>
a { background-color: #951DF2; }
a { background-color: rgb(149,29,242); }
div.DivClassName
{
background-color: #951DF2;
}
.BgClassName
{
background-color: #951DF2;
}
</style>
border-color css
<style>
span { border-color: #951DF2; }
span { border-color: rgb(149,29,242); }
td.TdClassName
{
border-color: #951DF2;
}
.TagClassName
{
border-color: #951DF2;
}
</style>