Shades of Vivid Violet #9640A2
Tints of Vivid Violet #9640A2
RGB
CMYK
RGB Variations
Color information
#9640A2 (or 0x9640A2) is known color: Vivid Violet. HEX triplet: 96, 40 and A2. RGB value is (150,64,162). Sum of RGB (Red+Green+Blue) = 150+64+162=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 162 - color contains mainly: blue. Hex color #9640A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9640A2 is #69BF5D. Grayscale: #646464. Windows color (decimal): -6930270 or 10633366. OLE color: 10633366.
HSL color Cylindrical-coordinate representation of color #9640A2: hue angle of 292.65º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9640A2 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 64 | 162 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.36 |
| HSL | 292.65º | 0.43% | 0.44% | - |
| HSV(B) | 292.65º | 0.6% | 0.64% | - |
| XYZ | 20.93 | 12.76 | 35.54 | - |
| YUV | 100.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 162 | 0.07 | 0.60 | 0 | 0.36 | 292.65 | 0.43 | 0.44 |
| Hex | 96 | 40 | A2 | 7 | 3C | 0 | 24 | 125 | 2B | 2C |
| Octal | 226 | 100 | 242 | 7 | 74 | 0 | 44 | 445 | 53 | 54 |
| Binary | 10010110 | 1000000 | 10100010 | 111 | 111100 | 0 | 100100 | 100100101 | 101011 | 101100 |
Color Harmonies of #9640A2
Complementary color
Monochromatic Colors of #9640A2
Black with #9640A2
Text Example
Text Example
White with #9640A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9640A2; }
p { color: rgb(150,64,162); }
H1.HeaderClassName
{
color: #9640A2;
}
.AnyTagClassName
{
color: #9640A2;
}
</style>
background-color css
<style>
a { background-color: #9640A2; }
a { background-color: rgb(150,64,162); }
div.DivClassName
{
background-color: #9640A2;
}
.BgClassName
{
background-color: #9640A2;
}
</style>
border-color css
<style>
span { border-color: #9640A2; }
span { border-color: rgb(150,64,162); }
td.TdClassName
{
border-color: #9640A2;
}
.TagClassName
{
border-color: #9640A2;
}
</style>