Shades of Blue Violet #952EFB
Tints of Blue Violet #952EFB
RGB
CMYK
RGB Variations
Color information
#952EFB (or 0x952EFB) is known color: Blue Violet. HEX triplet: 95, 2E and FB. RGB value is (149,46,251). Sum of RGB (Red+Green+Blue) = 149+46+251=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #952EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EFB is #6AD104. Grayscale: #636363. Windows color (decimal): -7000325 or 16461461. OLE color: 16461461.
HSL color Cylindrical-coordinate representation of color #952EFB: hue angle of 270.15º 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 #952EFB is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 46 | 251 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.02 |
| HSL | 270.15º | 0.96% | 0.58% | - |
| HSV(B) | 270.15º | 0.82% | 0.98% | - |
| XYZ | 30.78 | 15.31 | 92.6 | - |
| YUV | 100.17 | 213.12 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 251 | 0.41 | 0.82 | 0 | 0.02 | 270.15 | 0.96 | 0.58 |
| Hex | 95 | 2E | FB | 29 | 52 | 0 | 2 | 10E | 60 | 3A |
| Octal | 225 | 56 | 373 | 51 | 122 | 0 | 2 | 416 | 140 | 72 |
| Binary | 10010101 | 101110 | 11111011 | 101001 | 1010010 | 0 | 10 | 100001110 | 1100000 | 111010 |
Color Harmonies of #952EFB
Complementary color
Monochromatic Colors of #952EFB
Black with #952EFB
Text Example
Text Example
White with #952EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952EFB; }
p { color: rgb(149,46,251); }
H1.HeaderClassName
{
color: #952EFB;
}
.AnyTagClassName
{
color: #952EFB;
}
</style>
background-color css
<style>
a { background-color: #952EFB; }
a { background-color: rgb(149,46,251); }
div.DivClassName
{
background-color: #952EFB;
}
.BgClassName
{
background-color: #952EFB;
}
</style>
border-color css
<style>
span { border-color: #952EFB; }
span { border-color: rgb(149,46,251); }
td.TdClassName
{
border-color: #952EFB;
}
.TagClassName
{
border-color: #952EFB;
}
</style>