Shades of Vivid Violet #963BA7
Tints of Vivid Violet #963BA7
RGB
CMYK
RGB Variations
Color information
#963BA7 (or 0x963BA7) is known color: Vivid Violet. HEX triplet: 96, 3B and A7. RGB value is (150,59,167). Sum of RGB (Red+Green+Blue) = 150+59+167=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #963BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963BA7 is #69C458. Grayscale: #626262. Windows color (decimal): -6931545 or 10959766. OLE color: 10959766.
HSL color Cylindrical-coordinate representation of color #963BA7: hue angle of 290.56º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963BA7 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 59 | 167 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.35 |
| HSL | 290.56º | 0.48% | 0.44% | - |
| HSV(B) | 290.56º | 0.65% | 0.65% | - |
| XYZ | 21.12 | 12.4 | 37.84 | - |
| YUV | 98.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 167 | 0.10 | 0.65 | 0 | 0.35 | 290.56 | 0.48 | 0.44 |
| Hex | 96 | 3B | A7 | A | 41 | 0 | 23 | 123 | 30 | 2C |
| Octal | 226 | 73 | 247 | 12 | 101 | 0 | 43 | 443 | 60 | 54 |
| Binary | 10010110 | 111011 | 10100111 | 1010 | 1000001 | 0 | 100011 | 100100011 | 110000 | 101100 |
Color Harmonies of #963BA7
Complementary color
Monochromatic Colors of #963BA7
Black with #963BA7
Text Example
Text Example
White with #963BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BA7; }
p { color: rgb(150,59,167); }
H1.HeaderClassName
{
color: #963BA7;
}
.AnyTagClassName
{
color: #963BA7;
}
</style>
background-color css
<style>
a { background-color: #963BA7; }
a { background-color: rgb(150,59,167); }
div.DivClassName
{
background-color: #963BA7;
}
.BgClassName
{
background-color: #963BA7;
}
</style>
border-color css
<style>
span { border-color: #963BA7; }
span { border-color: rgb(150,59,167); }
td.TdClassName
{
border-color: #963BA7;
}
.TagClassName
{
border-color: #963BA7;
}
</style>