Shades of Blue Violet #951FDD
Tints of Blue Violet #951FDD
RGB
CMYK
RGB Variations
Color information
#951FDD (or 0x951FDD) is known color: Blue Violet. HEX triplet: 95, 1F and DD. RGB value is (149,31,221). Sum of RGB (Red+Green+Blue) = 149+31+221=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #951FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FDD is #6AE022. Grayscale: #575757. Windows color (decimal): -7004195 or 14491541. OLE color: 14491541.
HSL color Cylindrical-coordinate representation of color #951FDD: hue angle of 277.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951FDD is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 31 | 221 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.13 |
| HSL | 277.26º | 0.75% | 0.49% | - |
| HSV(B) | 277.26º | 0.86% | 0.87% | - |
| XYZ | 25.94 | 12.59 | 69.47 | - |
| YUV | 87.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 221 | 0.33 | 0.86 | 0 | 0.13 | 277.26 | 0.75 | 0.49 |
| Hex | 95 | 1F | DD | 21 | 56 | 0 | D | 115 | 4B | 31 |
| Octal | 225 | 37 | 335 | 41 | 126 | 0 | 15 | 425 | 113 | 61 |
| Binary | 10010101 | 11111 | 11011101 | 100001 | 1010110 | 0 | 1101 | 100010101 | 1001011 | 110001 |
Color Harmonies of #951FDD
Complementary color
Monochromatic Colors of #951FDD
Black with #951FDD
Text Example
Text Example
White with #951FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FDD; }
p { color: rgb(149,31,221); }
H1.HeaderClassName
{
color: #951FDD;
}
.AnyTagClassName
{
color: #951FDD;
}
</style>
background-color css
<style>
a { background-color: #951FDD; }
a { background-color: rgb(149,31,221); }
div.DivClassName
{
background-color: #951FDD;
}
.BgClassName
{
background-color: #951FDD;
}
</style>
border-color css
<style>
span { border-color: #951FDD; }
span { border-color: rgb(149,31,221); }
td.TdClassName
{
border-color: #951FDD;
}
.TagClassName
{
border-color: #951FDD;
}
</style>