Shades of Vivid Violet #912499
Tints of Vivid Violet #912499
RGB
CMYK
RGB Variations
Color information
#912499 (or 0x912499) is known color: Vivid Violet. HEX triplet: 91, 24 and 99. RGB value is (145,36,153). Sum of RGB (Red+Green+Blue) = 145+36+153=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #912499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912499 is #6EDB66. Grayscale: #515151. Windows color (decimal): -7265127 or 10036369. OLE color: 10036369.
HSL color Cylindrical-coordinate representation of color #912499: hue angle of 295.9º degrees, saturation: 0.62, 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 #912499 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 36 | 153 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.4 |
| HSL | 295.9º | 0.62% | 0.37% | - |
| HSV(B) | 295.9º | 0.76% | 0.6% | - |
| XYZ | 18.06 | 9.58 | 31.03 | - |
| YUV | 81.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 153 | 0.05 | 0.76 | 0 | 0.4 | 295.9 | 0.62 | 0.37 |
| Hex | 91 | 24 | 99 | 5 | 4C | 0 | 28 | 128 | 3E | 25 |
| Octal | 221 | 44 | 231 | 5 | 114 | 0 | 50 | 450 | 76 | 45 |
| Binary | 10010001 | 100100 | 10011001 | 101 | 1001100 | 0 | 101000 | 100101000 | 111110 | 100101 |
Color Harmonies of #912499
Complementary color
Monochromatic Colors of #912499
Black with #912499
Text Example
Text Example
White with #912499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912499; }
p { color: rgb(145,36,153); }
H1.HeaderClassName
{
color: #912499;
}
.AnyTagClassName
{
color: #912499;
}
</style>
background-color css
<style>
a { background-color: #912499; }
a { background-color: rgb(145,36,153); }
div.DivClassName
{
background-color: #912499;
}
.BgClassName
{
background-color: #912499;
}
</style>
border-color css
<style>
span { border-color: #912499; }
span { border-color: rgb(145,36,153); }
td.TdClassName
{
border-color: #912499;
}
.TagClassName
{
border-color: #912499;
}
</style>