Shades of Vivid Violet #9526AA
Tints of Vivid Violet #9526AA
RGB
CMYK
RGB Variations
Color information
#9526AA (or 0x9526AA) is known color: Vivid Violet. HEX triplet: 95, 26 and AA. RGB value is (149,38,170). Sum of RGB (Red+Green+Blue) = 149+38+170=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #9526AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9526AA is #6AD955. Grayscale: #555555. Windows color (decimal): -7002454 or 11150997. OLE color: 11150997.
HSL color Cylindrical-coordinate representation of color #9526AA: hue angle of 290.45º 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 #9526AA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 38 | 170 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.33 |
| HSL | 290.45º | 0.63% | 0.41% | - |
| HSV(B) | 290.45º | 0.78% | 0.67% | - |
| XYZ | 20.34 | 10.68 | 39.02 | - |
| YUV | 86.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 170 | 0.12 | 0.78 | 0 | 0.33 | 290.45 | 0.63 | 0.41 |
| Hex | 95 | 26 | AA | C | 4E | 0 | 21 | 122 | 3F | 29 |
| Octal | 225 | 46 | 252 | 14 | 116 | 0 | 41 | 442 | 77 | 51 |
| Binary | 10010101 | 100110 | 10101010 | 1100 | 1001110 | 0 | 100001 | 100100010 | 111111 | 101001 |
Color Harmonies of #9526AA
Complementary color
Monochromatic Colors of #9526AA
Black with #9526AA
Text Example
Text Example
White with #9526AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526AA; }
p { color: rgb(149,38,170); }
H1.HeaderClassName
{
color: #9526AA;
}
.AnyTagClassName
{
color: #9526AA;
}
</style>
background-color css
<style>
a { background-color: #9526AA; }
a { background-color: rgb(149,38,170); }
div.DivClassName
{
background-color: #9526AA;
}
.BgClassName
{
background-color: #9526AA;
}
</style>
border-color css
<style>
span { border-color: #9526AA; }
span { border-color: rgb(149,38,170); }
td.TdClassName
{
border-color: #9526AA;
}
.TagClassName
{
border-color: #9526AA;
}
</style>