Shades of Blue Violet #952FFD
Tints of Blue Violet #952FFD
RGB
CMYK
RGB Variations
Color information
#952FFD (or 0x952FFD) is known color: Blue Violet. HEX triplet: 95, 2F and FD. RGB value is (149,47,253). Sum of RGB (Red+Green+Blue) = 149+47+253=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #952FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FFD is #6AD002. Grayscale: #646464. Windows color (decimal): -7000067 or 16592789. OLE color: 16592789.
HSL color Cylindrical-coordinate representation of color #952FFD: hue angle of 269.71º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952FFD is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 47 | 253 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.01 |
| HSL | 269.71º | 0.98% | 0.59% | - |
| HSV(B) | 269.71º | 0.81% | 0.99% | - |
| XYZ | 31.14 | 15.51 | 94.28 | - |
| YUV | 100.98 | 213.79 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 253 | 0.41 | 0.81 | 0 | 0.01 | 269.71 | 0.98 | 0.59 |
| Hex | 95 | 2F | FD | 29 | 51 | 0 | 1 | 10E | 62 | 3B |
| Octal | 225 | 57 | 375 | 51 | 121 | 0 | 1 | 416 | 142 | 73 |
| Binary | 10010101 | 101111 | 11111101 | 101001 | 1010001 | 0 | 1 | 100001110 | 1100010 | 111011 |
Color Harmonies of #952FFD
Complementary color
Monochromatic Colors of #952FFD
Black with #952FFD
Text Example
Text Example
White with #952FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FFD; }
p { color: rgb(149,47,253); }
H1.HeaderClassName
{
color: #952FFD;
}
.AnyTagClassName
{
color: #952FFD;
}
</style>
background-color css
<style>
a { background-color: #952FFD; }
a { background-color: rgb(149,47,253); }
div.DivClassName
{
background-color: #952FFD;
}
.BgClassName
{
background-color: #952FFD;
}
</style>
border-color css
<style>
span { border-color: #952FFD; }
span { border-color: rgb(149,47,253); }
td.TdClassName
{
border-color: #952FFD;
}
.TagClassName
{
border-color: #952FFD;
}
</style>