Shades of Vivid Violet #9934AA
Tints of Vivid Violet #9934AA
RGB
CMYK
RGB Variations
Color information
#9934AA (or 0x9934AA) is known color: Vivid Violet. HEX triplet: 99, 34 and AA. RGB value is (153,52,170). Sum of RGB (Red+Green+Blue) = 153+52+170=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #9934AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9934AA is #66CB55. Grayscale: #5F5F5F. Windows color (decimal): -6736726 or 11154585. OLE color: 11154585.
HSL color Cylindrical-coordinate representation of color #9934AA: hue angle of 291.36º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9934AA is Cyan = 0.1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 52 | 170 | - |
| CMYK | 0.1 | 0.69 | 0 | 0.33 |
| HSL | 291.36º | 0.53% | 0.44% | - |
| HSV(B) | 291.36º | 0.69% | 0.67% | - |
| XYZ | 21.62 | 12.13 | 39.23 | - |
| YUV | 95.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 170 | 0.1 | 0.69 | 0 | 0.33 | 291.36 | 0.53 | 0.44 |
| Hex | 99 | 34 | AA | A | 45 | 0 | 21 | 123 | 35 | 2C |
| Octal | 231 | 64 | 252 | 12 | 105 | 0 | 41 | 443 | 65 | 54 |
| Binary | 10011001 | 110100 | 10101010 | 1010 | 1000101 | 0 | 100001 | 100100011 | 110101 | 101100 |
Color Harmonies of #9934AA
Complementary color
Monochromatic Colors of #9934AA
Black with #9934AA
Text Example
Text Example
White with #9934AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934AA; }
p { color: rgb(153,52,170); }
H1.HeaderClassName
{
color: #9934AA;
}
.AnyTagClassName
{
color: #9934AA;
}
</style>
background-color css
<style>
a { background-color: #9934AA; }
a { background-color: rgb(153,52,170); }
div.DivClassName
{
background-color: #9934AA;
}
.BgClassName
{
background-color: #9934AA;
}
</style>
border-color css
<style>
span { border-color: #9934AA; }
span { border-color: rgb(153,52,170); }
td.TdClassName
{
border-color: #9934AA;
}
.TagClassName
{
border-color: #9934AA;
}
</style>