Shades of Vivid Violet #913996
Tints of Vivid Violet #913996
RGB
CMYK
RGB Variations
Color information
#913996 (or 0x913996) is known color: Vivid Violet. HEX triplet: 91, 39 and 96. RGB value is (145,57,150). Sum of RGB (Red+Green+Blue) = 145+57+150=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #913996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913996 is #6EC669. Grayscale: #5D5D5D. Windows color (decimal): -7259754 or 9845137. OLE color: 9845137.
HSL color Cylindrical-coordinate representation of color #913996: hue angle of 296.77º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #913996 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 57 | 150 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.41 |
| HSL | 296.77º | 0.45% | 0.41% | - |
| HSV(B) | 296.77º | 0.62% | 0.59% | - |
| XYZ | 18.65 | 11.15 | 30.02 | - |
| YUV | 93.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 150 | 0.03 | 0.62 | 0 | 0.41 | 296.77 | 0.45 | 0.41 |
| Hex | 91 | 39 | 96 | 3 | 3E | 0 | 29 | 129 | 2D | 29 |
| Octal | 221 | 71 | 226 | 3 | 76 | 0 | 51 | 451 | 55 | 51 |
| Binary | 10010001 | 111001 | 10010110 | 11 | 111110 | 0 | 101001 | 100101001 | 101101 | 101001 |
Color Harmonies of #913996
Complementary color
Monochromatic Colors of #913996
Black with #913996
Text Example
Text Example
White with #913996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913996; }
p { color: rgb(145,57,150); }
H1.HeaderClassName
{
color: #913996;
}
.AnyTagClassName
{
color: #913996;
}
</style>
background-color css
<style>
a { background-color: #913996; }
a { background-color: rgb(145,57,150); }
div.DivClassName
{
background-color: #913996;
}
.BgClassName
{
background-color: #913996;
}
</style>
border-color css
<style>
span { border-color: #913996; }
span { border-color: rgb(145,57,150); }
td.TdClassName
{
border-color: #913996;
}
.TagClassName
{
border-color: #913996;
}
</style>