Shades of Vivid Violet #9126A6
Tints of Vivid Violet #9126A6
RGB
CMYK
RGB Variations
Color information
#9126A6 (or 0x9126A6) is known color: Vivid Violet. HEX triplet: 91, 26 and A6. RGB value is (145,38,166). Sum of RGB (Red+Green+Blue) = 145+38+166=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 166 - color contains mainly: blue. Hex color #9126A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9126A6 is #6ED959. Grayscale: #545454. Windows color (decimal): -7264602 or 10888849. OLE color: 10888849.
HSL color Cylindrical-coordinate representation of color #9126A6: hue angle of 290.16º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9126A6 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 38 | 166 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.35 |
| HSL | 290.16º | 0.63% | 0.4% | - |
| HSV(B) | 290.16º | 0.77% | 0.65% | - |
| XYZ | 19.25 | 10.16 | 37.02 | - |
| YUV | 84.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 38 | 166 | 0.13 | 0.77 | 0 | 0.35 | 290.16 | 0.63 | 0.4 |
| Hex | 91 | 26 | A6 | D | 4D | 0 | 23 | 122 | 3F | 28 |
| Octal | 221 | 46 | 246 | 15 | 115 | 0 | 43 | 442 | 77 | 50 |
| Binary | 10010001 | 100110 | 10100110 | 1101 | 1001101 | 0 | 100011 | 100100010 | 111111 | 101000 |
Color Harmonies of #9126A6
Complementary color
Monochromatic Colors of #9126A6
Black with #9126A6
Text Example
Text Example
White with #9126A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9126A6; }
p { color: rgb(145,38,166); }
H1.HeaderClassName
{
color: #9126A6;
}
.AnyTagClassName
{
color: #9126A6;
}
</style>
background-color css
<style>
a { background-color: #9126A6; }
a { background-color: rgb(145,38,166); }
div.DivClassName
{
background-color: #9126A6;
}
.BgClassName
{
background-color: #9126A6;
}
</style>
border-color css
<style>
span { border-color: #9126A6; }
span { border-color: rgb(145,38,166); }
td.TdClassName
{
border-color: #9126A6;
}
.TagClassName
{
border-color: #9126A6;
}
</style>