Shades of Vivid Violet #913999
Tints of Vivid Violet #913999
RGB
CMYK
RGB Variations
Color information
#913999 (or 0x913999) is known color: Vivid Violet. HEX triplet: 91, 39 and 99. RGB value is (145,57,153). Sum of RGB (Red+Green+Blue) = 145+57+153=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #913999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913999 is #6EC666. Grayscale: #5D5D5D. Windows color (decimal): -7259751 or 10041745. OLE color: 10041745.
HSL color Cylindrical-coordinate representation of color #913999: hue angle of 295º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913999 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 57 | 153 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.4 |
| HSL | 295º | 0.46% | 0.41% | - |
| HSV(B) | 295º | 0.63% | 0.6% | - |
| XYZ | 18.89 | 11.25 | 31.31 | - |
| YUV | 94.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 153 | 0.05 | 0.63 | 0 | 0.4 | 295 | 0.46 | 0.41 |
| Hex | 91 | 39 | 99 | 5 | 3F | 0 | 28 | 127 | 2E | 29 |
| Octal | 221 | 71 | 231 | 5 | 77 | 0 | 50 | 447 | 56 | 51 |
| Binary | 10010001 | 111001 | 10011001 | 101 | 111111 | 0 | 101000 | 100100111 | 101110 | 101001 |
Color Harmonies of #913999
Complementary color
Monochromatic Colors of #913999
Black with #913999
Text Example
Text Example
White with #913999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913999; }
p { color: rgb(145,57,153); }
H1.HeaderClassName
{
color: #913999;
}
.AnyTagClassName
{
color: #913999;
}
</style>
background-color css
<style>
a { background-color: #913999; }
a { background-color: rgb(145,57,153); }
div.DivClassName
{
background-color: #913999;
}
.BgClassName
{
background-color: #913999;
}
</style>
border-color css
<style>
span { border-color: #913999; }
span { border-color: rgb(145,57,153); }
td.TdClassName
{
border-color: #913999;
}
.TagClassName
{
border-color: #913999;
}
</style>