Shades of Vivid Violet #963D99
Tints of Vivid Violet #963D99
RGB
CMYK
RGB Variations
Color information
#963D99 (or 0x963D99) is known color: Vivid Violet. HEX triplet: 96, 3D and 99. RGB value is (150,61,153). Sum of RGB (Red+Green+Blue) = 150+61+153=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #963D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963D99 is #69C266. Grayscale: #616161. Windows color (decimal): -6931047 or 10042774. OLE color: 10042774.
HSL color Cylindrical-coordinate representation of color #963D99: hue angle of 298.04º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963D99 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 61 | 153 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.4 |
| HSL | 298.04º | 0.43% | 0.42% | - |
| HSV(B) | 298.04º | 0.6% | 0.6% | - |
| XYZ | 20 | 12.12 | 31.42 | - |
| YUV | 98.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 153 | 0.02 | 0.60 | 0 | 0.4 | 298.04 | 0.43 | 0.42 |
| Hex | 96 | 3D | 99 | 2 | 3C | 0 | 28 | 12A | 2B | 2A |
| Octal | 226 | 75 | 231 | 2 | 74 | 0 | 50 | 452 | 53 | 52 |
| Binary | 10010110 | 111101 | 10011001 | 10 | 111100 | 0 | 101000 | 100101010 | 101011 | 101010 |
Color Harmonies of #963D99
Complementary color
Monochromatic Colors of #963D99
Black with #963D99
Text Example
Text Example
White with #963D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D99; }
p { color: rgb(150,61,153); }
H1.HeaderClassName
{
color: #963D99;
}
.AnyTagClassName
{
color: #963D99;
}
</style>
background-color css
<style>
a { background-color: #963D99; }
a { background-color: rgb(150,61,153); }
div.DivClassName
{
background-color: #963D99;
}
.BgClassName
{
background-color: #963D99;
}
</style>
border-color css
<style>
span { border-color: #963D99; }
span { border-color: rgb(150,61,153); }
td.TdClassName
{
border-color: #963D99;
}
.TagClassName
{
border-color: #963D99;
}
</style>