Shades of Blue Violet #951FE3
Tints of Blue Violet #951FE3
RGB
CMYK
RGB Variations
Color information
#951FE3 (or 0x951FE3) is known color: Blue Violet. HEX triplet: 95, 1F and E3. RGB value is (149,31,227). Sum of RGB (Red+Green+Blue) = 149+31+227=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 227 (89.06% from 255 or 55.77% from 407); Max value from RGB is 227 - color contains mainly: blue. Hex color #951FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FE3 is #6AE01C. Grayscale: #575757. Windows color (decimal): -7004189 or 14884757. OLE color: 14884757.
HSL color Cylindrical-coordinate representation of color #951FE3: hue angle of 276.12º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951FE3 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 31 | 227 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.11 |
| HSL | 276.12º | 0.78% | 0.51% | - |
| HSV(B) | 276.12º | 0.86% | 0.89% | - |
| XYZ | 26.75 | 12.92 | 73.76 | - |
| YUV | 88.63 | 206.09 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 227 | 0.34 | 0.86 | 0 | 0.11 | 276.12 | 0.78 | 0.51 |
| Hex | 95 | 1F | E3 | 22 | 56 | 0 | B | 114 | 4E | 33 |
| Octal | 225 | 37 | 343 | 42 | 126 | 0 | 13 | 424 | 116 | 63 |
| Binary | 10010101 | 11111 | 11100011 | 100010 | 1010110 | 0 | 1011 | 100010100 | 1001110 | 110011 |
Color Harmonies of #951FE3
Complementary color
Monochromatic Colors of #951FE3
Black with #951FE3
Text Example
Text Example
White with #951FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FE3; }
p { color: rgb(149,31,227); }
H1.HeaderClassName
{
color: #951FE3;
}
.AnyTagClassName
{
color: #951FE3;
}
</style>
background-color css
<style>
a { background-color: #951FE3; }
a { background-color: rgb(149,31,227); }
div.DivClassName
{
background-color: #951FE3;
}
.BgClassName
{
background-color: #951FE3;
}
</style>
border-color css
<style>
span { border-color: #951FE3; }
span { border-color: rgb(149,31,227); }
td.TdClassName
{
border-color: #951FE3;
}
.TagClassName
{
border-color: #951FE3;
}
</style>