Shades of Vivid Violet #913391
Tints of Vivid Violet #913391
RGB
CMYK
RGB Variations
Color information
#913391 (or 0x913391) is known color: Vivid Violet. HEX triplet: 91, 33 and 91. RGB value is (145,51,145). Sum of RGB (Red+Green+Blue) = 145+51+145=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #913391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913391 is #6ECC6E. Grayscale: #595959. Windows color (decimal): -7261295 or 9515921. OLE color: 9515921.
HSL color Cylindrical-coordinate representation of color #913391: hue angle of 300º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913391 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 51 | 145 | - |
| CMYK | 0 | 0.65 | 0 | 0.43 |
| HSL | 300º | 0.48% | 0.38% | - |
| HSV(B) | 300º | 0.65% | 0.57% | - |
| XYZ | 17.97 | 10.43 | 27.85 | - |
| YUV | 89.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 145 | 0 | 0.65 | 0 | 0.43 | 300 | 0.48 | 0.38 |
| Hex | 91 | 33 | 91 | 0 | 41 | 0 | 2B | 12C | 30 | 26 |
| Octal | 221 | 63 | 221 | 0 | 101 | 0 | 53 | 454 | 60 | 46 |
| Binary | 10010001 | 110011 | 10010001 | 0 | 1000001 | 0 | 101011 | 100101100 | 110000 | 100110 |
Color Harmonies of #913391
Complementary color
Monochromatic Colors of #913391
Black with #913391
Text Example
Text Example
White with #913391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913391; }
p { color: rgb(145,51,145); }
H1.HeaderClassName
{
color: #913391;
}
.AnyTagClassName
{
color: #913391;
}
</style>
background-color css
<style>
a { background-color: #913391; }
a { background-color: rgb(145,51,145); }
div.DivClassName
{
background-color: #913391;
}
.BgClassName
{
background-color: #913391;
}
</style>
border-color css
<style>
span { border-color: #913391; }
span { border-color: rgb(145,51,145); }
td.TdClassName
{
border-color: #913391;
}
.TagClassName
{
border-color: #913391;
}
</style>