Shades of Blue Violet #952CFE
Tints of Blue Violet #952CFE
RGB
CMYK
RGB Variations
Color information
#952CFE (or 0x952CFE) is known color: Blue Violet. HEX triplet: 95, 2C and FE. RGB value is (149,44,254). Sum of RGB (Red+Green+Blue) = 149+44+254=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #952CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CFE is #6AD301. Grayscale: #626262. Windows color (decimal): -7000834 or 16657557. OLE color: 16657557.
HSL color Cylindrical-coordinate representation of color #952CFE: hue angle of 270º 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 #952CFE is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 44 | 254 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.00 |
| HSL | 270º | 0.99% | 0.58% | - |
| HSV(B) | 270º | 0.83% | 1% | - |
| XYZ | 31.18 | 15.35 | 95.08 | - |
| YUV | 99.34 | 215.29 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 254 | 0.41 | 0.83 | 0 | 0.00 | 270 | 0.99 | 0.58 |
| Hex | 95 | 2C | FE | 29 | 53 | 0 | 0 | 10E | 63 | 3A |
| Octal | 225 | 54 | 376 | 51 | 123 | 0 | 0 | 416 | 143 | 72 |
| Binary | 10010101 | 101100 | 11111110 | 101001 | 1010011 | 0 | 0 | 100001110 | 1100011 | 111010 |
Color Harmonies of #952CFE
Complementary color
Monochromatic Colors of #952CFE
Black with #952CFE
Text Example
Text Example
White with #952CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CFE; }
p { color: rgb(149,44,254); }
H1.HeaderClassName
{
color: #952CFE;
}
.AnyTagClassName
{
color: #952CFE;
}
</style>
background-color css
<style>
a { background-color: #952CFE; }
a { background-color: rgb(149,44,254); }
div.DivClassName
{
background-color: #952CFE;
}
.BgClassName
{
background-color: #952CFE;
}
</style>
border-color css
<style>
span { border-color: #952CFE; }
span { border-color: rgb(149,44,254); }
td.TdClassName
{
border-color: #952CFE;
}
.TagClassName
{
border-color: #952CFE;
}
</style>