Shades of Blue Violet #952DF9
Tints of Blue Violet #952DF9
RGB
CMYK
RGB Variations
Color information
#952DF9 (or 0x952DF9) is known color: Blue Violet. HEX triplet: 95, 2D and F9. RGB value is (149,45,249). Sum of RGB (Red+Green+Blue) = 149+45+249=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #952DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952DF9 is #6AD206. Grayscale: #626262. Windows color (decimal): -7000583 or 16330133. OLE color: 16330133.
HSL color Cylindrical-coordinate representation of color #952DF9: hue angle of 270.59º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #952DF9 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 45 | 249 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.02 |
| HSL | 270.59º | 0.94% | 0.58% | - |
| HSV(B) | 270.59º | 0.82% | 0.98% | - |
| XYZ | 30.43 | 15.11 | 90.93 | - |
| YUV | 99.35 | 212.46 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 249 | 0.40 | 0.82 | 0 | 0.02 | 270.59 | 0.94 | 0.58 |
| Hex | 95 | 2D | F9 | 28 | 52 | 0 | 2 | 10F | 5E | 3A |
| Octal | 225 | 55 | 371 | 50 | 122 | 0 | 2 | 417 | 136 | 72 |
| Binary | 10010101 | 101101 | 11111001 | 101000 | 1010010 | 0 | 10 | 100001111 | 1011110 | 111010 |
Color Harmonies of #952DF9
Complementary color
Monochromatic Colors of #952DF9
Black with #952DF9
Text Example
Text Example
White with #952DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DF9; }
p { color: rgb(149,45,249); }
H1.HeaderClassName
{
color: #952DF9;
}
.AnyTagClassName
{
color: #952DF9;
}
</style>
background-color css
<style>
a { background-color: #952DF9; }
a { background-color: rgb(149,45,249); }
div.DivClassName
{
background-color: #952DF9;
}
.BgClassName
{
background-color: #952DF9;
}
</style>
border-color css
<style>
span { border-color: #952DF9; }
span { border-color: rgb(149,45,249); }
td.TdClassName
{
border-color: #952DF9;
}
.TagClassName
{
border-color: #952DF9;
}
</style>