Shades of Blue Violet #952EF8
Tints of Blue Violet #952EF8
RGB
CMYK
RGB Variations
Color information
#952EF8 (or 0x952EF8) is known color: Blue Violet. HEX triplet: 95, 2E and F8. RGB value is (149,46,248). Sum of RGB (Red+Green+Blue) = 149+46+248=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #952EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EF8 is #6AD107. Grayscale: #636363. Windows color (decimal): -7000328 or 16264853. OLE color: 16264853.
HSL color Cylindrical-coordinate representation of color #952EF8: hue angle of 270.59º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952EF8 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 46 | 248 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.03 |
| HSL | 270.59º | 0.94% | 0.58% | - |
| HSV(B) | 270.59º | 0.81% | 0.97% | - |
| XYZ | 30.31 | 15.12 | 90.13 | - |
| YUV | 99.83 | 211.62 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 248 | 0.40 | 0.81 | 0 | 0.03 | 270.59 | 0.94 | 0.58 |
| Hex | 95 | 2E | F8 | 28 | 51 | 0 | 3 | 10F | 5E | 3A |
| Octal | 225 | 56 | 370 | 50 | 121 | 0 | 3 | 417 | 136 | 72 |
| Binary | 10010101 | 101110 | 11111000 | 101000 | 1010001 | 0 | 11 | 100001111 | 1011110 | 111010 |
Color Harmonies of #952EF8
Complementary color
Monochromatic Colors of #952EF8
Black with #952EF8
Text Example
Text Example
White with #952EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952EF8; }
p { color: rgb(149,46,248); }
H1.HeaderClassName
{
color: #952EF8;
}
.AnyTagClassName
{
color: #952EF8;
}
</style>
background-color css
<style>
a { background-color: #952EF8; }
a { background-color: rgb(149,46,248); }
div.DivClassName
{
background-color: #952EF8;
}
.BgClassName
{
background-color: #952EF8;
}
</style>
border-color css
<style>
span { border-color: #952EF8; }
span { border-color: rgb(149,46,248); }
td.TdClassName
{
border-color: #952EF8;
}
.TagClassName
{
border-color: #952EF8;
}
</style>