Shades of Vivid Violet #9226AB
Tints of Vivid Violet #9226AB
RGB
CMYK
RGB Variations
Color information
#9226AB (or 0x9226AB) is known color: Vivid Violet. HEX triplet: 92, 26 and AB. RGB value is (146,38,171). Sum of RGB (Red+Green+Blue) = 146+38+171=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #9226AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9226AB is #6DD954. Grayscale: #555555. Windows color (decimal): -7199061 or 11216530. OLE color: 11216530.
HSL color Cylindrical-coordinate representation of color #9226AB: hue angle of 288.72º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9226AB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 38 | 171 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.33 |
| HSL | 288.72º | 0.64% | 0.41% | - |
| HSV(B) | 288.72º | 0.78% | 0.67% | - |
| XYZ | 19.9 | 10.44 | 39.49 | - |
| YUV | 85.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 171 | 0.15 | 0.78 | 0 | 0.33 | 288.72 | 0.64 | 0.41 |
| Hex | 92 | 26 | AB | F | 4E | 0 | 21 | 121 | 40 | 29 |
| Octal | 222 | 46 | 253 | 17 | 116 | 0 | 41 | 441 | 100 | 51 |
| Binary | 10010010 | 100110 | 10101011 | 1111 | 1001110 | 0 | 100001 | 100100001 | 1000000 | 101001 |
Color Harmonies of #9226AB
Complementary color
Monochromatic Colors of #9226AB
Black with #9226AB
Text Example
Text Example
White with #9226AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9226AB; }
p { color: rgb(146,38,171); }
H1.HeaderClassName
{
color: #9226AB;
}
.AnyTagClassName
{
color: #9226AB;
}
</style>
background-color css
<style>
a { background-color: #9226AB; }
a { background-color: rgb(146,38,171); }
div.DivClassName
{
background-color: #9226AB;
}
.BgClassName
{
background-color: #9226AB;
}
</style>
border-color css
<style>
span { border-color: #9226AB; }
span { border-color: rgb(146,38,171); }
td.TdClassName
{
border-color: #9226AB;
}
.TagClassName
{
border-color: #9226AB;
}
</style>