Shades of Blue Violet #952DFB
Tints of Blue Violet #952DFB
RGB
CMYK
RGB Variations
Color information
#952DFB (or 0x952DFB) is known color: Blue Violet. HEX triplet: 95, 2D and FB. RGB value is (149,45,251). Sum of RGB (Red+Green+Blue) = 149+45+251=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #952DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952DFB is #6AD204. Grayscale: #626262. Windows color (decimal): -7000581 or 16461205. OLE color: 16461205.
HSL color Cylindrical-coordinate representation of color #952DFB: hue angle of 270.29º degrees, saturation: 0.96, 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 #952DFB is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 45 | 251 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.02 |
| HSL | 270.29º | 0.96% | 0.58% | - |
| HSV(B) | 270.29º | 0.82% | 0.98% | - |
| XYZ | 30.75 | 15.23 | 92.59 | - |
| YUV | 99.58 | 213.46 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 251 | 0.41 | 0.82 | 0 | 0.02 | 270.29 | 0.96 | 0.58 |
| Hex | 95 | 2D | FB | 29 | 52 | 0 | 2 | 10E | 60 | 3A |
| Octal | 225 | 55 | 373 | 51 | 122 | 0 | 2 | 416 | 140 | 72 |
| Binary | 10010101 | 101101 | 11111011 | 101001 | 1010010 | 0 | 10 | 100001110 | 1100000 | 111010 |
Color Harmonies of #952DFB
Complementary color
Monochromatic Colors of #952DFB
Black with #952DFB
Text Example
Text Example
White with #952DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DFB; }
p { color: rgb(149,45,251); }
H1.HeaderClassName
{
color: #952DFB;
}
.AnyTagClassName
{
color: #952DFB;
}
</style>
background-color css
<style>
a { background-color: #952DFB; }
a { background-color: rgb(149,45,251); }
div.DivClassName
{
background-color: #952DFB;
}
.BgClassName
{
background-color: #952DFB;
}
</style>
border-color css
<style>
span { border-color: #952DFB; }
span { border-color: rgb(149,45,251); }
td.TdClassName
{
border-color: #952DFB;
}
.TagClassName
{
border-color: #952DFB;
}
</style>