Shades of Vivid Violet #963A8E
Tints of Vivid Violet #963A8E
RGB
CMYK
RGB Variations
Color information
#963A8E (or 0x963A8E) is known color: Vivid Violet. HEX triplet: 96, 3A and 8E. RGB value is (150,58,142). Sum of RGB (Red+Green+Blue) = 150+58+142=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #963A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963A8E is #69C571. Grayscale: #5E5E5E. Windows color (decimal): -6931826 or 9321110. OLE color: 9321110.
HSL color Cylindrical-coordinate representation of color #963A8E: hue angle of 305.22º 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 #963A8E is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 142 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.41 |
| HSL | 305.22º | 0.44% | 0.41% | - |
| HSV(B) | 305.22º | 0.61% | 0.59% | - |
| XYZ | 18.97 | 11.46 | 26.8 | - |
| YUV | 95.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 142 | 0 | 0.61 | 0.05 | 0.41 | 305.22 | 0.44 | 0.41 |
| Hex | 96 | 3A | 8E | 0 | 3D | 5 | 29 | 131 | 2C | 29 |
| Octal | 226 | 72 | 216 | 0 | 75 | 5 | 51 | 461 | 54 | 51 |
| Binary | 10010110 | 111010 | 10001110 | 0 | 111101 | 101 | 101001 | 100110001 | 101100 | 101001 |
Color Harmonies of #963A8E
Complementary color
Monochromatic Colors of #963A8E
Black with #963A8E
Text Example
Text Example
White with #963A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A8E; }
p { color: rgb(150,58,142); }
H1.HeaderClassName
{
color: #963A8E;
}
.AnyTagClassName
{
color: #963A8E;
}
</style>
background-color css
<style>
a { background-color: #963A8E; }
a { background-color: rgb(150,58,142); }
div.DivClassName
{
background-color: #963A8E;
}
.BgClassName
{
background-color: #963A8E;
}
</style>
border-color css
<style>
span { border-color: #963A8E; }
span { border-color: rgb(150,58,142); }
td.TdClassName
{
border-color: #963A8E;
}
.TagClassName
{
border-color: #963A8E;
}
</style>