Shades of Violet Blue #914D9C
Tints of Violet Blue #914D9C
RGB
CMYK
RGB Variations
Color information
#914D9C (or 0x914D9C) is known color: Violet Blue. HEX triplet: 91, 4D and 9C. RGB value is (145,77,156). Sum of RGB (Red+Green+Blue) = 145+77+156=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #914D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914D9C is #6EB263. Grayscale: #6A6A6A. Windows color (decimal): -7254628 or 10243473. OLE color: 10243473.
HSL color Cylindrical-coordinate representation of color #914D9C: hue angle of 291.65º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914D9C is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 77 | 156 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.39 |
| HSL | 291.65º | 0.34% | 0.46% | - |
| HSV(B) | 291.65º | 0.51% | 0.61% | - |
| XYZ | 20.33 | 13.73 | 33.03 | - |
| YUV | 106.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 156 | 0.07 | 0.51 | 0 | 0.39 | 291.65 | 0.34 | 0.46 |
| Hex | 91 | 4D | 9C | 7 | 33 | 0 | 27 | 124 | 22 | 2E |
| Octal | 221 | 115 | 234 | 7 | 63 | 0 | 47 | 444 | 42 | 56 |
| Binary | 10010001 | 1001101 | 10011100 | 111 | 110011 | 0 | 100111 | 100100100 | 100010 | 101110 |
Color Harmonies of #914D9C
Complementary color
Monochromatic Colors of #914D9C
Black with #914D9C
Text Example
Text Example
White with #914D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D9C; }
p { color: rgb(145,77,156); }
H1.HeaderClassName
{
color: #914D9C;
}
.AnyTagClassName
{
color: #914D9C;
}
</style>
background-color css
<style>
a { background-color: #914D9C; }
a { background-color: rgb(145,77,156); }
div.DivClassName
{
background-color: #914D9C;
}
.BgClassName
{
background-color: #914D9C;
}
</style>
border-color css
<style>
span { border-color: #914D9C; }
span { border-color: rgb(145,77,156); }
td.TdClassName
{
border-color: #914D9C;
}
.TagClassName
{
border-color: #914D9C;
}
</style>