Shades of Blue Violet #952EF1
Tints of Blue Violet #952EF1
RGB
CMYK
RGB Variations
Color information
#952EF1 (or 0x952EF1) is known color: Blue Violet. HEX triplet: 95, 2E and F1. RGB value is (149,46,241). Sum of RGB (Red+Green+Blue) = 149+46+241=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #952EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EF1 is #6AD10E. Grayscale: #626262. Windows color (decimal): -7000335 or 15806101. OLE color: 15806101.
HSL color Cylindrical-coordinate representation of color #952EF1: hue angle of 271.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952EF1 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 46 | 241 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.05 |
| HSL | 271.69º | 0.87% | 0.56% | - |
| HSV(B) | 271.69º | 0.81% | 0.95% | - |
| XYZ | 29.25 | 14.69 | 84.51 | - |
| YUV | 99.03 | 208.12 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 241 | 0.38 | 0.81 | 0 | 0.05 | 271.69 | 0.87 | 0.56 |
| Hex | 95 | 2E | F1 | 26 | 51 | 0 | 5 | 110 | 57 | 38 |
| Octal | 225 | 56 | 361 | 46 | 121 | 0 | 5 | 420 | 127 | 70 |
| Binary | 10010101 | 101110 | 11110001 | 100110 | 1010001 | 0 | 101 | 100010000 | 1010111 | 111000 |
Color Harmonies of #952EF1
Complementary color
Monochromatic Colors of #952EF1
Black with #952EF1
Text Example
Text Example
White with #952EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952EF1; }
p { color: rgb(149,46,241); }
H1.HeaderClassName
{
color: #952EF1;
}
.AnyTagClassName
{
color: #952EF1;
}
</style>
background-color css
<style>
a { background-color: #952EF1; }
a { background-color: rgb(149,46,241); }
div.DivClassName
{
background-color: #952EF1;
}
.BgClassName
{
background-color: #952EF1;
}
</style>
border-color css
<style>
span { border-color: #952EF1; }
span { border-color: rgb(149,46,241); }
td.TdClassName
{
border-color: #952EF1;
}
.TagClassName
{
border-color: #952EF1;
}
</style>