Shades of Vivid Violet #963F8C
Tints of Vivid Violet #963F8C
RGB
CMYK
RGB Variations
Color information
#963F8C (or 0x963F8C) is known color: Vivid Violet. HEX triplet: 96, 3F and 8C. RGB value is (150,63,140). Sum of RGB (Red+Green+Blue) = 150+63+140=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #963F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F8C is #69C073. Grayscale: #616161. Windows color (decimal): -6930548 or 9191318. OLE color: 9191318.
HSL color Cylindrical-coordinate representation of color #963F8C: hue angle of 306.9º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F8C is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 140 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.41 |
| HSL | 306.9º | 0.41% | 0.42% | - |
| HSV(B) | 306.9º | 0.58% | 0.59% | - |
| XYZ | 19.09 | 11.93 | 26.11 | - |
| YUV | 97.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 140 | 0 | 0.58 | 0.07 | 0.41 | 306.9 | 0.41 | 0.42 |
| Hex | 96 | 3F | 8C | 0 | 3A | 7 | 29 | 133 | 29 | 2A |
| Octal | 226 | 77 | 214 | 0 | 72 | 7 | 51 | 463 | 51 | 52 |
| Binary | 10010110 | 111111 | 10001100 | 0 | 111010 | 111 | 101001 | 100110011 | 101001 | 101010 |
Color Harmonies of #963F8C
Complementary color
Monochromatic Colors of #963F8C
Black with #963F8C
Text Example
Text Example
White with #963F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F8C; }
p { color: rgb(150,63,140); }
H1.HeaderClassName
{
color: #963F8C;
}
.AnyTagClassName
{
color: #963F8C;
}
</style>
background-color css
<style>
a { background-color: #963F8C; }
a { background-color: rgb(150,63,140); }
div.DivClassName
{
background-color: #963F8C;
}
.BgClassName
{
background-color: #963F8C;
}
</style>
border-color css
<style>
span { border-color: #963F8C; }
span { border-color: rgb(150,63,140); }
td.TdClassName
{
border-color: #963F8C;
}
.TagClassName
{
border-color: #963F8C;
}
</style>