Shades of Vivid Violet #962196
Tints of Vivid Violet #962196
RGB
CMYK
RGB Variations
Color information
#962196 (or 0x962196) is known color: Vivid Violet. HEX triplet: 96, 21 and 96. RGB value is (150,33,150). Sum of RGB (Red+Green+Blue) = 150+33+150=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #962196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962196 is #69DE69. Grayscale: #505050. Windows color (decimal): -6938218 or 9838998. OLE color: 9838998.
HSL color Cylindrical-coordinate representation of color #962196: hue angle of 300º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962196 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 150 | - |
| CMYK | 0 | 0.78 | 0 | 0.41 |
| HSL | 300º | 0.64% | 0.36% | - |
| HSV(B) | 300º | 0.78% | 0.59% | - |
| XYZ | 18.63 | 9.77 | 29.76 | - |
| YUV | 81.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 150 | 0 | 0.78 | 0 | 0.41 | 300 | 0.64 | 0.36 |
| Hex | 96 | 21 | 96 | 0 | 4E | 0 | 29 | 12C | 40 | 24 |
| Octal | 226 | 41 | 226 | 0 | 116 | 0 | 51 | 454 | 100 | 44 |
| Binary | 10010110 | 100001 | 10010110 | 0 | 1001110 | 0 | 101001 | 100101100 | 1000000 | 100100 |
Color Harmonies of #962196
Complementary color
Monochromatic Colors of #962196
Black with #962196
Text Example
Text Example
White with #962196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962196; }
p { color: rgb(150,33,150); }
H1.HeaderClassName
{
color: #962196;
}
.AnyTagClassName
{
color: #962196;
}
</style>
background-color css
<style>
a { background-color: #962196; }
a { background-color: rgb(150,33,150); }
div.DivClassName
{
background-color: #962196;
}
.BgClassName
{
background-color: #962196;
}
</style>
border-color css
<style>
span { border-color: #962196; }
span { border-color: rgb(150,33,150); }
td.TdClassName
{
border-color: #962196;
}
.TagClassName
{
border-color: #962196;
}
</style>