Shades of Vivid Violet #912599
Tints of Vivid Violet #912599
RGB
CMYK
RGB Variations
Color information
#912599 (or 0x912599) is known color: Vivid Violet. HEX triplet: 91, 25 and 99. RGB value is (145,37,153). Sum of RGB (Red+Green+Blue) = 145+37+153=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #912599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912599 is #6EDA66. Grayscale: #525252. Windows color (decimal): -7264871 or 10036625. OLE color: 10036625.
HSL color Cylindrical-coordinate representation of color #912599: hue angle of 295.86º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912599 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 37 | 153 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.4 |
| HSL | 295.86º | 0.61% | 0.37% | - |
| HSV(B) | 295.86º | 0.76% | 0.6% | - |
| XYZ | 18.09 | 9.64 | 31.04 | - |
| YUV | 82.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 37 | 153 | 0.05 | 0.76 | 0 | 0.4 | 295.86 | 0.61 | 0.37 |
| Hex | 91 | 25 | 99 | 5 | 4C | 0 | 28 | 128 | 3D | 25 |
| Octal | 221 | 45 | 231 | 5 | 114 | 0 | 50 | 450 | 75 | 45 |
| Binary | 10010001 | 100101 | 10011001 | 101 | 1001100 | 0 | 101000 | 100101000 | 111101 | 100101 |
Color Harmonies of #912599
Complementary color
Monochromatic Colors of #912599
Black with #912599
Text Example
Text Example
White with #912599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912599; }
p { color: rgb(145,37,153); }
H1.HeaderClassName
{
color: #912599;
}
.AnyTagClassName
{
color: #912599;
}
</style>
background-color css
<style>
a { background-color: #912599; }
a { background-color: rgb(145,37,153); }
div.DivClassName
{
background-color: #912599;
}
.BgClassName
{
background-color: #912599;
}
</style>
border-color css
<style>
span { border-color: #912599; }
span { border-color: rgb(145,37,153); }
td.TdClassName
{
border-color: #912599;
}
.TagClassName
{
border-color: #912599;
}
</style>