Shades of Blue Violet #952DFF
Tints of Blue Violet #952DFF
RGB
CMYK
RGB Variations
Color information
#952DFF (or 0x952DFF) is known color: Blue Violet. HEX triplet: 95, 2D and FF. RGB value is (149,45,255). Sum of RGB (Red+Green+Blue) = 149+45+255=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #952DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952DFF is #6AD200. Grayscale: #636363. Windows color (decimal): -7000577 or 16723349. OLE color: 16723349.
HSL color Cylindrical-coordinate representation of color #952DFF: hue angle of 269.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #952DFF is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 45 | 255 | - |
| CMYK | 0.42 | 0.82 | 0 | 0 |
| HSL | 269.71º | 1% | 0.59% | - |
| HSV(B) | 269.71º | 0.82% | 1% | - |
| XYZ | 31.38 | 15.49 | 95.94 | - |
| YUV | 100.04 | 215.46 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 255 | 0.42 | 0.82 | 0 | 0 | 269.71 | 1 | 0.59 |
| Hex | 95 | 2D | FF | 2A | 52 | 0 | 0 | 10E | 64 | 3B |
| Octal | 225 | 55 | 377 | 52 | 122 | 0 | 0 | 416 | 144 | 73 |
| Binary | 10010101 | 101101 | 11111111 | 101010 | 1010010 | 0 | 0 | 100001110 | 1100100 | 111011 |
Color Harmonies of #952DFF
Complementary color
Monochromatic Colors of #952DFF
Black with #952DFF
Text Example
Text Example
White with #952DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DFF; }
p { color: rgb(149,45,255); }
H1.HeaderClassName
{
color: #952DFF;
}
.AnyTagClassName
{
color: #952DFF;
}
</style>
background-color css
<style>
a { background-color: #952DFF; }
a { background-color: rgb(149,45,255); }
div.DivClassName
{
background-color: #952DFF;
}
.BgClassName
{
background-color: #952DFF;
}
</style>
border-color css
<style>
span { border-color: #952DFF; }
span { border-color: rgb(149,45,255); }
td.TdClassName
{
border-color: #952DFF;
}
.TagClassName
{
border-color: #952DFF;
}
</style>