Shades of Vivid Violet #963E97
Tints of Vivid Violet #963E97
RGB
CMYK
RGB Variations
Color information
#963E97 (or 0x963E97) is known color: Vivid Violet. HEX triplet: 96, 3E and 97. RGB value is (150,62,151). Sum of RGB (Red+Green+Blue) = 150+62+151=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #963E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963E97 is #69C168. Grayscale: #626262. Windows color (decimal): -6930793 or 9911958. OLE color: 9911958.
HSL color Cylindrical-coordinate representation of color #963E97: hue angle of 299.33º 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 #963E97 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 151 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.41 |
| HSL | 299.33º | 0.42% | 0.42% | - |
| HSV(B) | 299.33º | 0.59% | 0.59% | - |
| XYZ | 19.89 | 12.16 | 30.58 | - |
| YUV | 98.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 151 | 0.01 | 0.59 | 0 | 0.41 | 299.33 | 0.42 | 0.42 |
| Hex | 96 | 3E | 97 | 1 | 3B | 0 | 29 | 12B | 2A | 2A |
| Octal | 226 | 76 | 227 | 1 | 73 | 0 | 51 | 453 | 52 | 52 |
| Binary | 10010110 | 111110 | 10010111 | 1 | 111011 | 0 | 101001 | 100101011 | 101010 | 101010 |
Color Harmonies of #963E97
Complementary color
Monochromatic Colors of #963E97
Black with #963E97
Text Example
Text Example
White with #963E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E97; }
p { color: rgb(150,62,151); }
H1.HeaderClassName
{
color: #963E97;
}
.AnyTagClassName
{
color: #963E97;
}
</style>
background-color css
<style>
a { background-color: #963E97; }
a { background-color: rgb(150,62,151); }
div.DivClassName
{
background-color: #963E97;
}
.BgClassName
{
background-color: #963E97;
}
</style>
border-color css
<style>
span { border-color: #963E97; }
span { border-color: rgb(150,62,151); }
td.TdClassName
{
border-color: #963E97;
}
.TagClassName
{
border-color: #963E97;
}
</style>