Shades of Vivid Violet #913297
Tints of Vivid Violet #913297
RGB
CMYK
RGB Variations
Color information
#913297 (or 0x913297) is known color: Vivid Violet. HEX triplet: 91, 32 and 97. RGB value is (145,50,151). Sum of RGB (Red+Green+Blue) = 145+50+151=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #913297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913297 is #6ECD68. Grayscale: #595959. Windows color (decimal): -7261545 or 9908881. OLE color: 9908881.
HSL color Cylindrical-coordinate representation of color #913297: hue angle of 296.44º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913297 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 50 | 151 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.41 |
| HSL | 296.44º | 0.5% | 0.39% | - |
| HSV(B) | 296.44º | 0.67% | 0.59% | - |
| XYZ | 18.4 | 10.54 | 30.34 | - |
| YUV | 89.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 151 | 0.04 | 0.67 | 0 | 0.41 | 296.44 | 0.5 | 0.39 |
| Hex | 91 | 32 | 97 | 4 | 43 | 0 | 29 | 128 | 32 | 27 |
| Octal | 221 | 62 | 227 | 4 | 103 | 0 | 51 | 450 | 62 | 47 |
| Binary | 10010001 | 110010 | 10010111 | 100 | 1000011 | 0 | 101001 | 100101000 | 110010 | 100111 |
Color Harmonies of #913297
Complementary color
Monochromatic Colors of #913297
Black with #913297
Text Example
Text Example
White with #913297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913297; }
p { color: rgb(145,50,151); }
H1.HeaderClassName
{
color: #913297;
}
.AnyTagClassName
{
color: #913297;
}
</style>
background-color css
<style>
a { background-color: #913297; }
a { background-color: rgb(145,50,151); }
div.DivClassName
{
background-color: #913297;
}
.BgClassName
{
background-color: #913297;
}
</style>
border-color css
<style>
span { border-color: #913297; }
span { border-color: rgb(145,50,151); }
td.TdClassName
{
border-color: #913297;
}
.TagClassName
{
border-color: #913297;
}
</style>