Shades of Vivid Violet #963696
Tints of Vivid Violet #963696
RGB
CMYK
RGB Variations
Color information
#963696 (or 0x963696) is known color: Vivid Violet. HEX triplet: 96, 36 and 96. RGB value is (150,54,150). Sum of RGB (Red+Green+Blue) = 150+54+150=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #963696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963696 is #69C969. Grayscale: #5D5D5D. Windows color (decimal): -6932842 or 9844374. OLE color: 9844374.
HSL color Cylindrical-coordinate representation of color #963696: hue angle of 300º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963696 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 150 | - |
| CMYK | 0 | 0.64 | 0 | 0.41 |
| HSL | 300º | 0.47% | 0.4% | - |
| HSV(B) | 300º | 0.64% | 0.59% | - |
| XYZ | 19.4 | 11.32 | 30.02 | - |
| YUV | 93.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 150 | 0 | 0.64 | 0 | 0.41 | 300 | 0.47 | 0.4 |
| Hex | 96 | 36 | 96 | 0 | 40 | 0 | 29 | 12C | 2F | 28 |
| Octal | 226 | 66 | 226 | 0 | 100 | 0 | 51 | 454 | 57 | 50 |
| Binary | 10010110 | 110110 | 10010110 | 0 | 1000000 | 0 | 101001 | 100101100 | 101111 | 101000 |
Color Harmonies of #963696
Complementary color
Monochromatic Colors of #963696
Black with #963696
Text Example
Text Example
White with #963696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963696; }
p { color: rgb(150,54,150); }
H1.HeaderClassName
{
color: #963696;
}
.AnyTagClassName
{
color: #963696;
}
</style>
background-color css
<style>
a { background-color: #963696; }
a { background-color: rgb(150,54,150); }
div.DivClassName
{
background-color: #963696;
}
.BgClassName
{
background-color: #963696;
}
</style>
border-color css
<style>
span { border-color: #963696; }
span { border-color: rgb(150,54,150); }
td.TdClassName
{
border-color: #963696;
}
.TagClassName
{
border-color: #963696;
}
</style>