Shades of Vivid Violet #9829A5
Tints of Vivid Violet #9829A5
RGB
CMYK
RGB Variations
Color information
#9829A5 (or 0x9829A5) is known color: Vivid Violet. HEX triplet: 98, 29 and A5. RGB value is (152,41,165). Sum of RGB (Red+Green+Blue) = 152+41+165=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #9829A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9829A5 is #67D65A. Grayscale: #575757. Windows color (decimal): -6805083 or 10824088. OLE color: 10824088.
HSL color Cylindrical-coordinate representation of color #9829A5: hue angle of 293.71º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9829A5 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 41 | 165 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.35 |
| HSL | 293.71º | 0.6% | 0.4% | - |
| HSV(B) | 293.71º | 0.75% | 0.65% | - |
| XYZ | 20.53 | 10.98 | 36.63 | - |
| YUV | 88.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 165 | 0.08 | 0.75 | 0 | 0.35 | 293.71 | 0.6 | 0.4 |
| Hex | 98 | 29 | A5 | 8 | 4B | 0 | 23 | 126 | 3C | 28 |
| Octal | 230 | 51 | 245 | 10 | 113 | 0 | 43 | 446 | 74 | 50 |
| Binary | 10011000 | 101001 | 10100101 | 1000 | 1001011 | 0 | 100011 | 100100110 | 111100 | 101000 |
Color Harmonies of #9829A5
Complementary color
Monochromatic Colors of #9829A5
Black with #9829A5
Text Example
Text Example
White with #9829A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9829A5; }
p { color: rgb(152,41,165); }
H1.HeaderClassName
{
color: #9829A5;
}
.AnyTagClassName
{
color: #9829A5;
}
</style>
background-color css
<style>
a { background-color: #9829A5; }
a { background-color: rgb(152,41,165); }
div.DivClassName
{
background-color: #9829A5;
}
.BgClassName
{
background-color: #9829A5;
}
</style>
border-color css
<style>
span { border-color: #9829A5; }
span { border-color: rgb(152,41,165); }
td.TdClassName
{
border-color: #9829A5;
}
.TagClassName
{
border-color: #9829A5;
}
</style>