Shades of Blue Violet #951DDD
Tints of Blue Violet #951DDD
RGB
CMYK
RGB Variations
Color information
#951DDD (or 0x951DDD) is known color: Blue Violet. HEX triplet: 95, 1D and DD. RGB value is (149,29,221). Sum of RGB (Red+Green+Blue) = 149+29+221=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #951DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DDD is #6AE222. Grayscale: #565656. Windows color (decimal): -7004707 or 14491029. OLE color: 14491029.
HSL color Cylindrical-coordinate representation of color #951DDD: hue angle of 277.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951DDD is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 29 | 221 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.13 |
| HSL | 277.5º | 0.77% | 0.49% | - |
| HSV(B) | 277.5º | 0.87% | 0.87% | - |
| XYZ | 25.88 | 12.49 | 69.45 | - |
| YUV | 86.77 | 203.76 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 221 | 0.33 | 0.87 | 0 | 0.13 | 277.5 | 0.77 | 0.49 |
| Hex | 95 | 1D | DD | 21 | 57 | 0 | D | 116 | 4D | 31 |
| Octal | 225 | 35 | 335 | 41 | 127 | 0 | 15 | 426 | 115 | 61 |
| Binary | 10010101 | 11101 | 11011101 | 100001 | 1010111 | 0 | 1101 | 100010110 | 1001101 | 110001 |
Color Harmonies of #951DDD
Complementary color
Monochromatic Colors of #951DDD
Black with #951DDD
Text Example
Text Example
White with #951DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DDD; }
p { color: rgb(149,29,221); }
H1.HeaderClassName
{
color: #951DDD;
}
.AnyTagClassName
{
color: #951DDD;
}
</style>
background-color css
<style>
a { background-color: #951DDD; }
a { background-color: rgb(149,29,221); }
div.DivClassName
{
background-color: #951DDD;
}
.BgClassName
{
background-color: #951DDD;
}
</style>
border-color css
<style>
span { border-color: #951DDD; }
span { border-color: rgb(149,29,221); }
td.TdClassName
{
border-color: #951DDD;
}
.TagClassName
{
border-color: #951DDD;
}
</style>