Shades of Vivid Violet #963D89
Tints of Vivid Violet #963D89
RGB
CMYK
RGB Variations
Color information
#963D89 (or 0x963D89) is known color: Vivid Violet. HEX triplet: 96, 3D and 89. RGB value is (150,61,137). Sum of RGB (Red+Green+Blue) = 150+61+137=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #963D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963D89 is #69C276. Grayscale: #606060. Windows color (decimal): -6931063 or 8994198. OLE color: 8994198.
HSL color Cylindrical-coordinate representation of color #963D89: hue angle of 308.76º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963D89 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 137 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.41 |
| HSL | 308.76º | 0.42% | 0.41% | - |
| HSV(B) | 308.76º | 0.59% | 0.59% | - |
| XYZ | 18.76 | 11.63 | 24.92 | - |
| YUV | 96.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 137 | 0 | 0.59 | 0.09 | 0.41 | 308.76 | 0.42 | 0.41 |
| Hex | 96 | 3D | 89 | 0 | 3B | 9 | 29 | 135 | 2A | 29 |
| Octal | 226 | 75 | 211 | 0 | 73 | 11 | 51 | 465 | 52 | 51 |
| Binary | 10010110 | 111101 | 10001001 | 0 | 111011 | 1001 | 101001 | 100110101 | 101010 | 101001 |
Color Harmonies of #963D89
Complementary color
Monochromatic Colors of #963D89
Black with #963D89
Text Example
Text Example
White with #963D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D89; }
p { color: rgb(150,61,137); }
H1.HeaderClassName
{
color: #963D89;
}
.AnyTagClassName
{
color: #963D89;
}
</style>
background-color css
<style>
a { background-color: #963D89; }
a { background-color: rgb(150,61,137); }
div.DivClassName
{
background-color: #963D89;
}
.BgClassName
{
background-color: #963D89;
}
</style>
border-color css
<style>
span { border-color: #963D89; }
span { border-color: rgb(150,61,137); }
td.TdClassName
{
border-color: #963D89;
}
.TagClassName
{
border-color: #963D89;
}
</style>