Shades of Vivid Violet #951DA1
Tints of Vivid Violet #951DA1
RGB
CMYK
RGB Variations
Color information
#951DA1 (or 0x951DA1) is known color: Vivid Violet. HEX triplet: 95, 1D and A1. RGB value is (149,29,161). Sum of RGB (Red+Green+Blue) = 149+29+161=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #951DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951DA1 is #6AE25E. Grayscale: #4F4F4F. Windows color (decimal): -7004767 or 10558869. OLE color: 10558869.
HSL color Cylindrical-coordinate representation of color #951DA1: hue angle of 294.55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951DA1 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 29 | 161 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.37 |
| HSL | 294.55º | 0.69% | 0.37% | - |
| HSV(B) | 294.55º | 0.82% | 0.63% | - |
| XYZ | 19.27 | 9.84 | 34.6 | - |
| YUV | 79.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 161 | 0.07 | 0.82 | 0 | 0.37 | 294.55 | 0.69 | 0.37 |
| Hex | 95 | 1D | A1 | 7 | 52 | 0 | 25 | 127 | 45 | 25 |
| Octal | 225 | 35 | 241 | 7 | 122 | 0 | 45 | 447 | 105 | 45 |
| Binary | 10010101 | 11101 | 10100001 | 111 | 1010010 | 0 | 100101 | 100100111 | 1000101 | 100101 |
Color Harmonies of #951DA1
Complementary color
Monochromatic Colors of #951DA1
Black with #951DA1
Text Example
Text Example
White with #951DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DA1; }
p { color: rgb(149,29,161); }
H1.HeaderClassName
{
color: #951DA1;
}
.AnyTagClassName
{
color: #951DA1;
}
</style>
background-color css
<style>
a { background-color: #951DA1; }
a { background-color: rgb(149,29,161); }
div.DivClassName
{
background-color: #951DA1;
}
.BgClassName
{
background-color: #951DA1;
}
</style>
border-color css
<style>
span { border-color: #951DA1; }
span { border-color: rgb(149,29,161); }
td.TdClassName
{
border-color: #951DA1;
}
.TagClassName
{
border-color: #951DA1;
}
</style>