Shades of Vivid Violet #913496
Tints of Vivid Violet #913496
RGB
CMYK
RGB Variations
Color information
#913496 (or 0x913496) is known color: Vivid Violet. HEX triplet: 91, 34 and 96. RGB value is (145,52,150). Sum of RGB (Red+Green+Blue) = 145+52+150=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #913496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913496 is #6ECB69. Grayscale: #5A5A5A. Windows color (decimal): -7261034 or 9843857. OLE color: 9843857.
HSL color Cylindrical-coordinate representation of color #913496: hue angle of 296.94º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913496 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 52 | 150 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.41 |
| HSL | 296.94º | 0.49% | 0.4% | - |
| HSV(B) | 296.94º | 0.65% | 0.59% | - |
| XYZ | 18.41 | 10.68 | 29.94 | - |
| YUV | 90.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 150 | 0.03 | 0.65 | 0 | 0.41 | 296.94 | 0.49 | 0.4 |
| Hex | 91 | 34 | 96 | 3 | 41 | 0 | 29 | 129 | 31 | 28 |
| Octal | 221 | 64 | 226 | 3 | 101 | 0 | 51 | 451 | 61 | 50 |
| Binary | 10010001 | 110100 | 10010110 | 11 | 1000001 | 0 | 101001 | 100101001 | 110001 | 101000 |
Color Harmonies of #913496
Complementary color
Monochromatic Colors of #913496
Black with #913496
Text Example
Text Example
White with #913496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913496; }
p { color: rgb(145,52,150); }
H1.HeaderClassName
{
color: #913496;
}
.AnyTagClassName
{
color: #913496;
}
</style>
background-color css
<style>
a { background-color: #913496; }
a { background-color: rgb(145,52,150); }
div.DivClassName
{
background-color: #913496;
}
.BgClassName
{
background-color: #913496;
}
</style>
border-color css
<style>
span { border-color: #913496; }
span { border-color: rgb(145,52,150); }
td.TdClassName
{
border-color: #913496;
}
.TagClassName
{
border-color: #913496;
}
</style>