Shades of Vivid Violet #9728AA
Tints of Vivid Violet #9728AA
RGB
CMYK
RGB Variations
Color information
#9728AA (or 0x9728AA) is known color: Vivid Violet. HEX triplet: 97, 28 and AA. RGB value is (151,40,170). Sum of RGB (Red+Green+Blue) = 151+40+170=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #9728AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9728AA is #68D755. Grayscale: #575757. Windows color (decimal): -6870870 or 11151511. OLE color: 11151511.
HSL color Cylindrical-coordinate representation of color #9728AA: hue angle of 291.23º 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 #9728AA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 40 | 170 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.33 |
| HSL | 291.23º | 0.62% | 0.41% | - |
| HSV(B) | 291.23º | 0.76% | 0.67% | - |
| XYZ | 20.78 | 11 | 39.06 | - |
| YUV | 88.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 170 | 0.11 | 0.76 | 0 | 0.33 | 291.23 | 0.62 | 0.41 |
| Hex | 97 | 28 | AA | B | 4C | 0 | 21 | 123 | 3E | 29 |
| Octal | 227 | 50 | 252 | 13 | 114 | 0 | 41 | 443 | 76 | 51 |
| Binary | 10010111 | 101000 | 10101010 | 1011 | 1001100 | 0 | 100001 | 100100011 | 111110 | 101001 |
Color Harmonies of #9728AA
Complementary color
Monochromatic Colors of #9728AA
Black with #9728AA
Text Example
Text Example
White with #9728AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9728AA; }
p { color: rgb(151,40,170); }
H1.HeaderClassName
{
color: #9728AA;
}
.AnyTagClassName
{
color: #9728AA;
}
</style>
background-color css
<style>
a { background-color: #9728AA; }
a { background-color: rgb(151,40,170); }
div.DivClassName
{
background-color: #9728AA;
}
.BgClassName
{
background-color: #9728AA;
}
</style>
border-color css
<style>
span { border-color: #9728AA; }
span { border-color: rgb(151,40,170); }
td.TdClassName
{
border-color: #9728AA;
}
.TagClassName
{
border-color: #9728AA;
}
</style>