Shades of Vivid Violet #963E91
Tints of Vivid Violet #963E91
RGB
CMYK
RGB Variations
Color information
#963E91 (or 0x963E91) is known color: Vivid Violet. HEX triplet: 96, 3E and 91. RGB value is (150,62,145). Sum of RGB (Red+Green+Blue) = 150+62+145=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #963E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963E91 is #69C16E. Grayscale: #616161. Windows color (decimal): -6930799 or 9518742. OLE color: 9518742.
HSL color Cylindrical-coordinate representation of color #963E91: hue angle of 303.41º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963E91 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 145 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.41 |
| HSL | 303.41º | 0.42% | 0.42% | - |
| HSV(B) | 303.41º | 0.59% | 0.59% | - |
| XYZ | 19.41 | 11.97 | 28.08 | - |
| YUV | 97.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 145 | 0 | 0.59 | 0.03 | 0.41 | 303.41 | 0.42 | 0.42 |
| Hex | 96 | 3E | 91 | 0 | 3B | 3 | 29 | 12F | 2A | 2A |
| Octal | 226 | 76 | 221 | 0 | 73 | 3 | 51 | 457 | 52 | 52 |
| Binary | 10010110 | 111110 | 10010001 | 0 | 111011 | 11 | 101001 | 100101111 | 101010 | 101010 |
Color Harmonies of #963E91
Complementary color
Monochromatic Colors of #963E91
Black with #963E91
Text Example
Text Example
White with #963E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E91; }
p { color: rgb(150,62,145); }
H1.HeaderClassName
{
color: #963E91;
}
.AnyTagClassName
{
color: #963E91;
}
</style>
background-color css
<style>
a { background-color: #963E91; }
a { background-color: rgb(150,62,145); }
div.DivClassName
{
background-color: #963E91;
}
.BgClassName
{
background-color: #963E91;
}
</style>
border-color css
<style>
span { border-color: #963E91; }
span { border-color: rgb(150,62,145); }
td.TdClassName
{
border-color: #963E91;
}
.TagClassName
{
border-color: #963E91;
}
</style>