Shades of Vivid Violet #9640A0
Tints of Vivid Violet #9640A0
RGB
CMYK
RGB Variations
Color information
#9640A0 (or 0x9640A0) is known color: Vivid Violet. HEX triplet: 96, 40 and A0. RGB value is (150,64,160). Sum of RGB (Red+Green+Blue) = 150+64+160=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #9640A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9640A0 is #69BF5F. Grayscale: #646464. Windows color (decimal): -6930272 or 10502294. OLE color: 10502294.
HSL color Cylindrical-coordinate representation of color #9640A0: hue angle of 293.75º 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 #9640A0 is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 64 | 160 | - |
| CMYK | 0.06 | 0.6 | 0 | 0.37 |
| HSL | 293.75º | 0.43% | 0.44% | - |
| HSV(B) | 293.75º | 0.6% | 0.63% | - |
| XYZ | 20.76 | 12.69 | 34.61 | - |
| YUV | 100.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 160 | 0.06 | 0.6 | 0 | 0.37 | 293.75 | 0.43 | 0.44 |
| Hex | 96 | 40 | A0 | 6 | 3C | 0 | 25 | 126 | 2B | 2C |
| Octal | 226 | 100 | 240 | 6 | 74 | 0 | 45 | 446 | 53 | 54 |
| Binary | 10010110 | 1000000 | 10100000 | 110 | 111100 | 0 | 100101 | 100100110 | 101011 | 101100 |
Color Harmonies of #9640A0
Complementary color
Monochromatic Colors of #9640A0
Black with #9640A0
Text Example
Text Example
White with #9640A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9640A0; }
p { color: rgb(150,64,160); }
H1.HeaderClassName
{
color: #9640A0;
}
.AnyTagClassName
{
color: #9640A0;
}
</style>
background-color css
<style>
a { background-color: #9640A0; }
a { background-color: rgb(150,64,160); }
div.DivClassName
{
background-color: #9640A0;
}
.BgClassName
{
background-color: #9640A0;
}
</style>
border-color css
<style>
span { border-color: #9640A0; }
span { border-color: rgb(150,64,160); }
td.TdClassName
{
border-color: #9640A0;
}
.TagClassName
{
border-color: #9640A0;
}
</style>