Shades of Vivid Violet #911D9B
Tints of Vivid Violet #911D9B
RGB
CMYK
RGB Variations
Color information
#911D9B (or 0x911D9B) is known color: Vivid Violet. HEX triplet: 91, 1D and 9B. RGB value is (145,29,155). Sum of RGB (Red+Green+Blue) = 145+29+155=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #911D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911D9B is #6EE264. Grayscale: #4D4D4D. Windows color (decimal): -7266917 or 10165649. OLE color: 10165649.
HSL color Cylindrical-coordinate representation of color #911D9B: hue angle of 295.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911D9B is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 29 | 155 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.39 |
| HSL | 295.24º | 0.68% | 0.36% | - |
| HSV(B) | 295.24º | 0.81% | 0.61% | - |
| XYZ | 18.03 | 9.27 | 31.85 | - |
| YUV | 78.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 155 | 0.06 | 0.81 | 0 | 0.39 | 295.24 | 0.68 | 0.36 |
| Hex | 91 | 1D | 9B | 6 | 51 | 0 | 27 | 127 | 44 | 24 |
| Octal | 221 | 35 | 233 | 6 | 121 | 0 | 47 | 447 | 104 | 44 |
| Binary | 10010001 | 11101 | 10011011 | 110 | 1010001 | 0 | 100111 | 100100111 | 1000100 | 100100 |
Color Harmonies of #911D9B
Complementary color
Monochromatic Colors of #911D9B
Black with #911D9B
Text Example
Text Example
White with #911D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911D9B; }
p { color: rgb(145,29,155); }
H1.HeaderClassName
{
color: #911D9B;
}
.AnyTagClassName
{
color: #911D9B;
}
</style>
background-color css
<style>
a { background-color: #911D9B; }
a { background-color: rgb(145,29,155); }
div.DivClassName
{
background-color: #911D9B;
}
.BgClassName
{
background-color: #911D9B;
}
</style>
border-color css
<style>
span { border-color: #911D9B; }
span { border-color: rgb(145,29,155); }
td.TdClassName
{
border-color: #911D9B;
}
.TagClassName
{
border-color: #911D9B;
}
</style>