Shades of Vivid Violet #9426AA
Tints of Vivid Violet #9426AA
RGB
CMYK
RGB Variations
Color information
#9426AA (or 0x9426AA) is known color: Vivid Violet. HEX triplet: 94, 26 and AA. RGB value is (148,38,170). Sum of RGB (Red+Green+Blue) = 148+38+170=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #9426AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9426AA is #6BD955. Grayscale: #555555. Windows color (decimal): -7067990 or 11150996. OLE color: 11150996.
HSL color Cylindrical-coordinate representation of color #9426AA: hue angle of 290º degrees, saturation: 0.63, 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 #9426AA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 38 | 170 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.33 |
| HSL | 290º | 0.63% | 0.41% | - |
| HSV(B) | 290º | 0.78% | 0.67% | - |
| XYZ | 20.16 | 10.58 | 39.01 | - |
| YUV | 85.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 170 | 0.13 | 0.78 | 0 | 0.33 | 290 | 0.63 | 0.41 |
| Hex | 94 | 26 | AA | D | 4E | 0 | 21 | 122 | 3F | 29 |
| Octal | 224 | 46 | 252 | 15 | 116 | 0 | 41 | 442 | 77 | 51 |
| Binary | 10010100 | 100110 | 10101010 | 1101 | 1001110 | 0 | 100001 | 100100010 | 111111 | 101001 |
Color Harmonies of #9426AA
Complementary color
Monochromatic Colors of #9426AA
Black with #9426AA
Text Example
Text Example
White with #9426AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9426AA; }
p { color: rgb(148,38,170); }
H1.HeaderClassName
{
color: #9426AA;
}
.AnyTagClassName
{
color: #9426AA;
}
</style>
background-color css
<style>
a { background-color: #9426AA; }
a { background-color: rgb(148,38,170); }
div.DivClassName
{
background-color: #9426AA;
}
.BgClassName
{
background-color: #9426AA;
}
</style>
border-color css
<style>
span { border-color: #9426AA; }
span { border-color: rgb(148,38,170); }
td.TdClassName
{
border-color: #9426AA;
}
.TagClassName
{
border-color: #9426AA;
}
</style>