Shades of Violet Blue #914C96
Tints of Violet Blue #914C96
RGB
CMYK
RGB Variations
Color information
#914C96 (or 0x914C96) is known color: Violet Blue. HEX triplet: 91, 4C and 96. RGB value is (145,76,150). Sum of RGB (Red+Green+Blue) = 145+76+150=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #914C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914C96 is #6EB369. Grayscale: #686868. Windows color (decimal): -7254890 or 9850001. OLE color: 9850001.
HSL color Cylindrical-coordinate representation of color #914C96: hue angle of 295.95º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #914C96 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 76 | 150 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.41 |
| HSL | 295.95º | 0.33% | 0.44% | - |
| HSV(B) | 295.95º | 0.49% | 0.59% | - |
| XYZ | 19.77 | 13.39 | 30.4 | - |
| YUV | 105.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 150 | 0.03 | 0.49 | 0 | 0.41 | 295.95 | 0.33 | 0.44 |
| Hex | 91 | 4C | 96 | 3 | 31 | 0 | 29 | 128 | 21 | 2C |
| Octal | 221 | 114 | 226 | 3 | 61 | 0 | 51 | 450 | 41 | 54 |
| Binary | 10010001 | 1001100 | 10010110 | 11 | 110001 | 0 | 101001 | 100101000 | 100001 | 101100 |
Color Harmonies of #914C96
Complementary color
Monochromatic Colors of #914C96
Black with #914C96
Text Example
Text Example
White with #914C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C96; }
p { color: rgb(145,76,150); }
H1.HeaderClassName
{
color: #914C96;
}
.AnyTagClassName
{
color: #914C96;
}
</style>
background-color css
<style>
a { background-color: #914C96; }
a { background-color: rgb(145,76,150); }
div.DivClassName
{
background-color: #914C96;
}
.BgClassName
{
background-color: #914C96;
}
</style>
border-color css
<style>
span { border-color: #914C96; }
span { border-color: rgb(145,76,150); }
td.TdClassName
{
border-color: #914C96;
}
.TagClassName
{
border-color: #914C96;
}
</style>