Shades of Vivid Violet #913C90
Tints of Vivid Violet #913C90
RGB
CMYK
RGB Variations
Color information
#913C90 (or 0x913C90) is known color: Vivid Violet. HEX triplet: 91, 3C and 90. RGB value is (145,60,144). Sum of RGB (Red+Green+Blue) = 145+60+144=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #913C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913C90 is #6EC36F. Grayscale: #5E5E5E. Windows color (decimal): -7258992 or 9452689. OLE color: 9452689.
HSL color Cylindrical-coordinate representation of color #913C90: hue angle of 300.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913C90 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 144 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.43 |
| HSL | 300.71º | 0.41% | 0.4% | - |
| HSV(B) | 300.71º | 0.59% | 0.57% | - |
| XYZ | 18.33 | 11.27 | 27.59 | - |
| YUV | 94.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 144 | 0 | 0.59 | 0.01 | 0.43 | 300.71 | 0.41 | 0.4 |
| Hex | 91 | 3C | 90 | 0 | 3B | 1 | 2B | 12D | 29 | 28 |
| Octal | 221 | 74 | 220 | 0 | 73 | 1 | 53 | 455 | 51 | 50 |
| Binary | 10010001 | 111100 | 10010000 | 0 | 111011 | 1 | 101011 | 100101101 | 101001 | 101000 |
Color Harmonies of #913C90
Complementary color
Monochromatic Colors of #913C90
Black with #913C90
Text Example
Text Example
White with #913C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C90; }
p { color: rgb(145,60,144); }
H1.HeaderClassName
{
color: #913C90;
}
.AnyTagClassName
{
color: #913C90;
}
</style>
background-color css
<style>
a { background-color: #913C90; }
a { background-color: rgb(145,60,144); }
div.DivClassName
{
background-color: #913C90;
}
.BgClassName
{
background-color: #913C90;
}
</style>
border-color css
<style>
span { border-color: #913C90; }
span { border-color: rgb(145,60,144); }
td.TdClassName
{
border-color: #913C90;
}
.TagClassName
{
border-color: #913C90;
}
</style>