Shades of Vivid Violet #9828AA
Tints of Vivid Violet #9828AA
RGB
CMYK
RGB Variations
Color information
#9828AA (or 0x9828AA) is known color: Vivid Violet. HEX triplet: 98, 28 and AA. RGB value is (152,40,170). Sum of RGB (Red+Green+Blue) = 152+40+170=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #9828AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9828AA is #67D755. Grayscale: #575757. Windows color (decimal): -6805334 or 11151512. OLE color: 11151512.
HSL color Cylindrical-coordinate representation of color #9828AA: hue angle of 291.69º 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 #9828AA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 40 | 170 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.33 |
| HSL | 291.69º | 0.62% | 0.41% | - |
| HSV(B) | 291.69º | 0.76% | 0.67% | - |
| XYZ | 20.96 | 11.1 | 39.07 | - |
| YUV | 88.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 170 | 0.11 | 0.76 | 0 | 0.33 | 291.69 | 0.62 | 0.41 |
| Hex | 98 | 28 | AA | B | 4C | 0 | 21 | 124 | 3E | 29 |
| Octal | 230 | 50 | 252 | 13 | 114 | 0 | 41 | 444 | 76 | 51 |
| Binary | 10011000 | 101000 | 10101010 | 1011 | 1001100 | 0 | 100001 | 100100100 | 111110 | 101001 |
Color Harmonies of #9828AA
Complementary color
Monochromatic Colors of #9828AA
Black with #9828AA
Text Example
Text Example
White with #9828AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9828AA; }
p { color: rgb(152,40,170); }
H1.HeaderClassName
{
color: #9828AA;
}
.AnyTagClassName
{
color: #9828AA;
}
</style>
background-color css
<style>
a { background-color: #9828AA; }
a { background-color: rgb(152,40,170); }
div.DivClassName
{
background-color: #9828AA;
}
.BgClassName
{
background-color: #9828AA;
}
</style>
border-color css
<style>
span { border-color: #9828AA; }
span { border-color: rgb(152,40,170); }
td.TdClassName
{
border-color: #9828AA;
}
.TagClassName
{
border-color: #9828AA;
}
</style>