Shades of Vivid Violet #9628AA
Tints of Vivid Violet #9628AA
RGB
CMYK
RGB Variations
Color information
#9628AA (or 0x9628AA) is known color: Vivid Violet. HEX triplet: 96, 28 and AA. RGB value is (150,40,170). Sum of RGB (Red+Green+Blue) = 150+40+170=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #9628AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9628AA is #69D755. Grayscale: #575757. Windows color (decimal): -6936406 or 11151510. OLE color: 11151510.
HSL color Cylindrical-coordinate representation of color #9628AA: hue angle of 290.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9628AA is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 40 | 170 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.33 |
| HSL | 290.77º | 0.62% | 0.41% | - |
| HSV(B) | 290.77º | 0.76% | 0.67% | - |
| XYZ | 20.59 | 10.9 | 39.05 | - |
| YUV | 87.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 170 | 0.12 | 0.76 | 0 | 0.33 | 290.77 | 0.62 | 0.41 |
| Hex | 96 | 28 | AA | C | 4C | 0 | 21 | 123 | 3E | 29 |
| Octal | 226 | 50 | 252 | 14 | 114 | 0 | 41 | 443 | 76 | 51 |
| Binary | 10010110 | 101000 | 10101010 | 1100 | 1001100 | 0 | 100001 | 100100011 | 111110 | 101001 |
Color Harmonies of #9628AA
Complementary color
Monochromatic Colors of #9628AA
Black with #9628AA
Text Example
Text Example
White with #9628AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9628AA; }
p { color: rgb(150,40,170); }
H1.HeaderClassName
{
color: #9628AA;
}
.AnyTagClassName
{
color: #9628AA;
}
</style>
background-color css
<style>
a { background-color: #9628AA; }
a { background-color: rgb(150,40,170); }
div.DivClassName
{
background-color: #9628AA;
}
.BgClassName
{
background-color: #9628AA;
}
</style>
border-color css
<style>
span { border-color: #9628AA; }
span { border-color: rgb(150,40,170); }
td.TdClassName
{
border-color: #9628AA;
}
.TagClassName
{
border-color: #9628AA;
}
</style>