Shades of Vivid Violet #964190
Tints of Vivid Violet #964190
RGB
CMYK
RGB Variations
Color information
#964190 (or 0x964190) is known color: Vivid Violet. HEX triplet: 96, 41 and 90. RGB value is (150,65,144). Sum of RGB (Red+Green+Blue) = 150+65+144=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #964190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964190 is #69BE6F. Grayscale: #636363. Windows color (decimal): -6930032 or 9453974. OLE color: 9453974.
HSL color Cylindrical-coordinate representation of color #964190: hue angle of 304.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964190 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 65 | 144 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.41 |
| HSL | 304.24º | 0.4% | 0.42% | - |
| HSV(B) | 304.24º | 0.57% | 0.59% | - |
| XYZ | 19.5 | 12.28 | 27.73 | - |
| YUV | 99.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 144 | 0 | 0.57 | 0.04 | 0.41 | 304.24 | 0.4 | 0.42 |
| Hex | 96 | 41 | 90 | 0 | 39 | 4 | 29 | 130 | 28 | 2A |
| Octal | 226 | 101 | 220 | 0 | 71 | 4 | 51 | 460 | 50 | 52 |
| Binary | 10010110 | 1000001 | 10010000 | 0 | 111001 | 100 | 101001 | 100110000 | 101000 | 101010 |
Color Harmonies of #964190
Complementary color
Monochromatic Colors of #964190
Black with #964190
Text Example
Text Example
White with #964190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964190; }
p { color: rgb(150,65,144); }
H1.HeaderClassName
{
color: #964190;
}
.AnyTagClassName
{
color: #964190;
}
</style>
background-color css
<style>
a { background-color: #964190; }
a { background-color: rgb(150,65,144); }
div.DivClassName
{
background-color: #964190;
}
.BgClassName
{
background-color: #964190;
}
</style>
border-color css
<style>
span { border-color: #964190; }
span { border-color: rgb(150,65,144); }
td.TdClassName
{
border-color: #964190;
}
.TagClassName
{
border-color: #964190;
}
</style>