Shades of Vivid Violet #9824A1
Tints of Vivid Violet #9824A1
RGB
CMYK
RGB Variations
Color information
#9824A1 (or 0x9824A1) is known color: Vivid Violet. HEX triplet: 98, 24 and A1. RGB value is (152,36,161). Sum of RGB (Red+Green+Blue) = 152+36+161=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 161 - color contains mainly: blue. Hex color #9824A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9824A1 is #67DB5E. Grayscale: #545454. Windows color (decimal): -6806367 or 10560664. OLE color: 10560664.
HSL color Cylindrical-coordinate representation of color #9824A1: hue angle of 295.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9824A1 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 36 | 161 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.37 |
| HSL | 295.68º | 0.63% | 0.39% | - |
| HSV(B) | 295.68º | 0.78% | 0.63% | - |
| XYZ | 20.01 | 10.51 | 34.69 | - |
| YUV | 84.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 161 | 0.06 | 0.78 | 0 | 0.37 | 295.68 | 0.63 | 0.39 |
| Hex | 98 | 24 | A1 | 6 | 4E | 0 | 25 | 128 | 3F | 27 |
| Octal | 230 | 44 | 241 | 6 | 116 | 0 | 45 | 450 | 77 | 47 |
| Binary | 10011000 | 100100 | 10100001 | 110 | 1001110 | 0 | 100101 | 100101000 | 111111 | 100111 |
Color Harmonies of #9824A1
Complementary color
Monochromatic Colors of #9824A1
Black with #9824A1
Text Example
Text Example
White with #9824A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9824A1; }
p { color: rgb(152,36,161); }
H1.HeaderClassName
{
color: #9824A1;
}
.AnyTagClassName
{
color: #9824A1;
}
</style>
background-color css
<style>
a { background-color: #9824A1; }
a { background-color: rgb(152,36,161); }
div.DivClassName
{
background-color: #9824A1;
}
.BgClassName
{
background-color: #9824A1;
}
</style>
border-color css
<style>
span { border-color: #9824A1; }
span { border-color: rgb(152,36,161); }
td.TdClassName
{
border-color: #9824A1;
}
.TagClassName
{
border-color: #9824A1;
}
</style>