Shades of Blue Violet #952FFE
Tints of Blue Violet #952FFE
RGB
CMYK
RGB Variations
Color information
#952FFE (or 0x952FFE) is known color: Blue Violet. HEX triplet: 95, 2F and FE. RGB value is (149,47,254). Sum of RGB (Red+Green+Blue) = 149+47+254=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #952FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FFE is #6AD001. Grayscale: #646464. Windows color (decimal): -7000066 or 16658325. OLE color: 16658325.
HSL color Cylindrical-coordinate representation of color #952FFE: hue angle of 269.57º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952FFE is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 47 | 254 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.00 |
| HSL | 269.57º | 0.99% | 0.59% | - |
| HSV(B) | 269.57º | 0.81% | 1% | - |
| XYZ | 31.3 | 15.58 | 95.12 | - |
| YUV | 101.1 | 214.29 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 254 | 0.41 | 0.81 | 0 | 0.00 | 269.57 | 0.99 | 0.59 |
| Hex | 95 | 2F | FE | 29 | 51 | 0 | 0 | 10E | 63 | 3B |
| Octal | 225 | 57 | 376 | 51 | 121 | 0 | 0 | 416 | 143 | 73 |
| Binary | 10010101 | 101111 | 11111110 | 101001 | 1010001 | 0 | 0 | 100001110 | 1100011 | 111011 |
Color Harmonies of #952FFE
Complementary color
Monochromatic Colors of #952FFE
Black with #952FFE
Text Example
Text Example
White with #952FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FFE; }
p { color: rgb(149,47,254); }
H1.HeaderClassName
{
color: #952FFE;
}
.AnyTagClassName
{
color: #952FFE;
}
</style>
background-color css
<style>
a { background-color: #952FFE; }
a { background-color: rgb(149,47,254); }
div.DivClassName
{
background-color: #952FFE;
}
.BgClassName
{
background-color: #952FFE;
}
</style>
border-color css
<style>
span { border-color: #952FFE; }
span { border-color: rgb(149,47,254); }
td.TdClassName
{
border-color: #952FFE;
}
.TagClassName
{
border-color: #952FFE;
}
</style>