Shades of Vivid Violet #9930A4
Tints of Vivid Violet #9930A4
RGB
CMYK
RGB Variations
Color information
#9930A4 (or 0x9930A4) is known color: Vivid Violet. HEX triplet: 99, 30 and A4. RGB value is (153,48,164). Sum of RGB (Red+Green+Blue) = 153+48+164=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #9930A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9930A4 is #66CF5B. Grayscale: #5C5C5C. Windows color (decimal): -6737756 or 10760345. OLE color: 10760345.
HSL color Cylindrical-coordinate representation of color #9930A4: hue angle of 294.31º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9930A4 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 48 | 164 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.36 |
| HSL | 294.31º | 0.55% | 0.42% | - |
| HSV(B) | 294.31º | 0.71% | 0.64% | - |
| XYZ | 20.89 | 11.57 | 36.25 | - |
| YUV | 92.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 164 | 0.07 | 0.71 | 0 | 0.36 | 294.31 | 0.55 | 0.42 |
| Hex | 99 | 30 | A4 | 7 | 47 | 0 | 24 | 126 | 37 | 2A |
| Octal | 231 | 60 | 244 | 7 | 107 | 0 | 44 | 446 | 67 | 52 |
| Binary | 10011001 | 110000 | 10100100 | 111 | 1000111 | 0 | 100100 | 100100110 | 110111 | 101010 |
Color Harmonies of #9930A4
Complementary color
Monochromatic Colors of #9930A4
Black with #9930A4
Text Example
Text Example
White with #9930A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9930A4; }
p { color: rgb(153,48,164); }
H1.HeaderClassName
{
color: #9930A4;
}
.AnyTagClassName
{
color: #9930A4;
}
</style>
background-color css
<style>
a { background-color: #9930A4; }
a { background-color: rgb(153,48,164); }
div.DivClassName
{
background-color: #9930A4;
}
.BgClassName
{
background-color: #9930A4;
}
</style>
border-color css
<style>
span { border-color: #9930A4; }
span { border-color: rgb(153,48,164); }
td.TdClassName
{
border-color: #9930A4;
}
.TagClassName
{
border-color: #9930A4;
}
</style>