Shades of Blue Violet #952CF9
Tints of Blue Violet #952CF9
RGB
CMYK
RGB Variations
Color information
#952CF9 (or 0x952CF9) is known color: Blue Violet. HEX triplet: 95, 2C and F9. RGB value is (149,44,249). Sum of RGB (Red+Green+Blue) = 149+44+249=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #952CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CF9 is #6AD306. Grayscale: #626262. Windows color (decimal): -7000839 or 16329877. OLE color: 16329877.
HSL color Cylindrical-coordinate representation of color #952CF9: hue angle of 270.73º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #952CF9 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 44 | 249 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.02 |
| HSL | 270.73º | 0.94% | 0.57% | - |
| HSV(B) | 270.73º | 0.82% | 0.98% | - |
| XYZ | 30.39 | 15.03 | 90.92 | - |
| YUV | 98.77 | 212.79 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 249 | 0.40 | 0.82 | 0 | 0.02 | 270.73 | 0.94 | 0.57 |
| Hex | 95 | 2C | F9 | 28 | 52 | 0 | 2 | 10F | 5E | 39 |
| Octal | 225 | 54 | 371 | 50 | 122 | 0 | 2 | 417 | 136 | 71 |
| Binary | 10010101 | 101100 | 11111001 | 101000 | 1010010 | 0 | 10 | 100001111 | 1011110 | 111001 |
Color Harmonies of #952CF9
Complementary color
Monochromatic Colors of #952CF9
Black with #952CF9
Text Example
Text Example
White with #952CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CF9; }
p { color: rgb(149,44,249); }
H1.HeaderClassName
{
color: #952CF9;
}
.AnyTagClassName
{
color: #952CF9;
}
</style>
background-color css
<style>
a { background-color: #952CF9; }
a { background-color: rgb(149,44,249); }
div.DivClassName
{
background-color: #952CF9;
}
.BgClassName
{
background-color: #952CF9;
}
</style>
border-color css
<style>
span { border-color: #952CF9; }
span { border-color: rgb(149,44,249); }
td.TdClassName
{
border-color: #952CF9;
}
.TagClassName
{
border-color: #952CF9;
}
</style>