Shades of Vivid Violet #9840A0
Tints of Vivid Violet #9840A0
RGB
CMYK
RGB Variations
Color information
#9840A0 (or 0x9840A0) is known color: Vivid Violet. HEX triplet: 98, 40 and A0. RGB value is (152,64,160). Sum of RGB (Red+Green+Blue) = 152+64+160=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #9840A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9840A0 is #67BF5F. Grayscale: #646464. Windows color (decimal): -6799200 or 10502296. OLE color: 10502296.
HSL color Cylindrical-coordinate representation of color #9840A0: hue angle of 295º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9840A0 is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 64 | 160 | - |
| CMYK | 0.05 | 0.6 | 0 | 0.37 |
| HSL | 295º | 0.43% | 0.44% | - |
| HSV(B) | 295º | 0.6% | 0.63% | - |
| XYZ | 21.13 | 12.88 | 34.63 | - |
| YUV | 101.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 160 | 0.05 | 0.6 | 0 | 0.37 | 295 | 0.43 | 0.44 |
| Hex | 98 | 40 | A0 | 5 | 3C | 0 | 25 | 127 | 2B | 2C |
| Octal | 230 | 100 | 240 | 5 | 74 | 0 | 45 | 447 | 53 | 54 |
| Binary | 10011000 | 1000000 | 10100000 | 101 | 111100 | 0 | 100101 | 100100111 | 101011 | 101100 |
Color Harmonies of #9840A0
Complementary color
Monochromatic Colors of #9840A0
Black with #9840A0
Text Example
Text Example
White with #9840A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9840A0; }
p { color: rgb(152,64,160); }
H1.HeaderClassName
{
color: #9840A0;
}
.AnyTagClassName
{
color: #9840A0;
}
</style>
background-color css
<style>
a { background-color: #9840A0; }
a { background-color: rgb(152,64,160); }
div.DivClassName
{
background-color: #9840A0;
}
.BgClassName
{
background-color: #9840A0;
}
</style>
border-color css
<style>
span { border-color: #9840A0; }
span { border-color: rgb(152,64,160); }
td.TdClassName
{
border-color: #9840A0;
}
.TagClassName
{
border-color: #9840A0;
}
</style>