Shades of Blue Violet #952BFE
Tints of Blue Violet #952BFE
RGB
CMYK
RGB Variations
Color information
#952BFE (or 0x952BFE) is known color: Blue Violet. HEX triplet: 95, 2B and FE. RGB value is (149,43,254). Sum of RGB (Red+Green+Blue) = 149+43+254=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #952BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952BFE is #6AD401. Grayscale: #626262. Windows color (decimal): -7001090 or 16657301. OLE color: 16657301.
HSL color Cylindrical-coordinate representation of color #952BFE: hue angle of 270.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #952BFE is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 43 | 254 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.00 |
| HSL | 270.14º | 0.99% | 0.58% | - |
| HSV(B) | 270.14º | 0.83% | 1% | - |
| XYZ | 31.15 | 15.27 | 95.07 | - |
| YUV | 98.75 | 215.62 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 254 | 0.41 | 0.83 | 0 | 0.00 | 270.14 | 0.99 | 0.58 |
| Hex | 95 | 2B | FE | 29 | 53 | 0 | 0 | 10E | 63 | 3A |
| Octal | 225 | 53 | 376 | 51 | 123 | 0 | 0 | 416 | 143 | 72 |
| Binary | 10010101 | 101011 | 11111110 | 101001 | 1010011 | 0 | 0 | 100001110 | 1100011 | 111010 |
Color Harmonies of #952BFE
Complementary color
Monochromatic Colors of #952BFE
Black with #952BFE
Text Example
Text Example
White with #952BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BFE; }
p { color: rgb(149,43,254); }
H1.HeaderClassName
{
color: #952BFE;
}
.AnyTagClassName
{
color: #952BFE;
}
</style>
background-color css
<style>
a { background-color: #952BFE; }
a { background-color: rgb(149,43,254); }
div.DivClassName
{
background-color: #952BFE;
}
.BgClassName
{
background-color: #952BFE;
}
</style>
border-color css
<style>
span { border-color: #952BFE; }
span { border-color: rgb(149,43,254); }
td.TdClassName
{
border-color: #952BFE;
}
.TagClassName
{
border-color: #952BFE;
}
</style>