Shades of Vivid Violet #963B8E
Tints of Vivid Violet #963B8E
RGB
CMYK
RGB Variations
Color information
#963B8E (or 0x963B8E) is known color: Vivid Violet. HEX triplet: 96, 3B and 8E. RGB value is (150,59,142). Sum of RGB (Red+Green+Blue) = 150+59+142=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #963B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963B8E is #69C471. Grayscale: #5F5F5F. Windows color (decimal): -6931570 or 9321366. OLE color: 9321366.
HSL color Cylindrical-coordinate representation of color #963B8E: hue angle of 305.27º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963B8E is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 142 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.41 |
| HSL | 305.27º | 0.44% | 0.41% | - |
| HSV(B) | 305.27º | 0.61% | 0.59% | - |
| XYZ | 19.02 | 11.56 | 26.82 | - |
| YUV | 95.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 142 | 0 | 0.61 | 0.05 | 0.41 | 305.27 | 0.44 | 0.41 |
| Hex | 96 | 3B | 8E | 0 | 3D | 5 | 29 | 131 | 2C | 29 |
| Octal | 226 | 73 | 216 | 0 | 75 | 5 | 51 | 461 | 54 | 51 |
| Binary | 10010110 | 111011 | 10001110 | 0 | 111101 | 101 | 101001 | 100110001 | 101100 | 101001 |
Color Harmonies of #963B8E
Complementary color
Monochromatic Colors of #963B8E
Black with #963B8E
Text Example
Text Example
White with #963B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B8E; }
p { color: rgb(150,59,142); }
H1.HeaderClassName
{
color: #963B8E;
}
.AnyTagClassName
{
color: #963B8E;
}
</style>
background-color css
<style>
a { background-color: #963B8E; }
a { background-color: rgb(150,59,142); }
div.DivClassName
{
background-color: #963B8E;
}
.BgClassName
{
background-color: #963B8E;
}
</style>
border-color css
<style>
span { border-color: #963B8E; }
span { border-color: rgb(150,59,142); }
td.TdClassName
{
border-color: #963B8E;
}
.TagClassName
{
border-color: #963B8E;
}
</style>