Shades of Blue Violet #951FFD
Tints of Blue Violet #951FFD
RGB
CMYK
RGB Variations
Color information
#951FFD (or 0x951FFD) is known color: Blue Violet. HEX triplet: 95, 1F and FD. RGB value is (149,31,253). Sum of RGB (Red+Green+Blue) = 149+31+253=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #951FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951FFD is #6AE002. Grayscale: #5A5A5A. Windows color (decimal): -7004163 or 16588693. OLE color: 16588693.
HSL color Cylindrical-coordinate representation of color #951FFD: hue angle of 271.89º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951FFD is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 31 | 253 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.01 |
| HSL | 271.89º | 0.98% | 0.56% | - |
| HSV(B) | 271.89º | 0.88% | 0.99% | - |
| XYZ | 30.61 | 14.46 | 94.11 | - |
| YUV | 91.59 | 219.09 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 253 | 0.41 | 0.88 | 0 | 0.01 | 271.89 | 0.98 | 0.56 |
| Hex | 95 | 1F | FD | 29 | 58 | 0 | 1 | 110 | 62 | 38 |
| Octal | 225 | 37 | 375 | 51 | 130 | 0 | 1 | 420 | 142 | 70 |
| Binary | 10010101 | 11111 | 11111101 | 101001 | 1011000 | 0 | 1 | 100010000 | 1100010 | 111000 |
Color Harmonies of #951FFD
Complementary color
Monochromatic Colors of #951FFD
Black with #951FFD
Text Example
Text Example
White with #951FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FFD; }
p { color: rgb(149,31,253); }
H1.HeaderClassName
{
color: #951FFD;
}
.AnyTagClassName
{
color: #951FFD;
}
</style>
background-color css
<style>
a { background-color: #951FFD; }
a { background-color: rgb(149,31,253); }
div.DivClassName
{
background-color: #951FFD;
}
.BgClassName
{
background-color: #951FFD;
}
</style>
border-color css
<style>
span { border-color: #951FFD; }
span { border-color: rgb(149,31,253); }
td.TdClassName
{
border-color: #951FFD;
}
.TagClassName
{
border-color: #951FFD;
}
</style>