Shades of Vivid Violet #963899
Tints of Vivid Violet #963899
RGB
CMYK
RGB Variations
Color information
#963899 (or 0x963899) is known color: Vivid Violet. HEX triplet: 96, 38 and 99. RGB value is (150,56,153). Sum of RGB (Red+Green+Blue) = 150+56+153=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #963899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963899 is #69C766. Grayscale: #5E5E5E. Windows color (decimal): -6932327 or 10041494. OLE color: 10041494.
HSL color Cylindrical-coordinate representation of color #963899: hue angle of 298.14º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963899 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 56 | 153 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.4 |
| HSL | 298.14º | 0.46% | 0.41% | - |
| HSV(B) | 298.14º | 0.63% | 0.6% | - |
| XYZ | 19.74 | 11.61 | 31.34 | - |
| YUV | 95.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 153 | 0.02 | 0.63 | 0 | 0.4 | 298.14 | 0.46 | 0.41 |
| Hex | 96 | 38 | 99 | 2 | 3F | 0 | 28 | 12A | 2E | 29 |
| Octal | 226 | 70 | 231 | 2 | 77 | 0 | 50 | 452 | 56 | 51 |
| Binary | 10010110 | 111000 | 10011001 | 10 | 111111 | 0 | 101000 | 100101010 | 101110 | 101001 |
Color Harmonies of #963899
Complementary color
Monochromatic Colors of #963899
Black with #963899
Text Example
Text Example
White with #963899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963899; }
p { color: rgb(150,56,153); }
H1.HeaderClassName
{
color: #963899;
}
.AnyTagClassName
{
color: #963899;
}
</style>
background-color css
<style>
a { background-color: #963899; }
a { background-color: rgb(150,56,153); }
div.DivClassName
{
background-color: #963899;
}
.BgClassName
{
background-color: #963899;
}
</style>
border-color css
<style>
span { border-color: #963899; }
span { border-color: rgb(150,56,153); }
td.TdClassName
{
border-color: #963899;
}
.TagClassName
{
border-color: #963899;
}
</style>