Shades of Vivid Violet #963A8B
Tints of Vivid Violet #963A8B
RGB
CMYK
RGB Variations
Color information
#963A8B (or 0x963A8B) is known color: Vivid Violet. HEX triplet: 96, 3A and 8B. RGB value is (150,58,139). Sum of RGB (Red+Green+Blue) = 150+58+139=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #963A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963A8B is #69C574. Grayscale: #5E5E5E. Windows color (decimal): -6931829 or 9124502. OLE color: 9124502.
HSL color Cylindrical-coordinate representation of color #963A8B: hue angle of 307.17º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963A8B is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 139 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.41 |
| HSL | 307.17º | 0.44% | 0.41% | - |
| HSV(B) | 307.17º | 0.61% | 0.59% | - |
| XYZ | 18.75 | 11.37 | 25.63 | - |
| YUV | 94.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 139 | 0 | 0.61 | 0.07 | 0.41 | 307.17 | 0.44 | 0.41 |
| Hex | 96 | 3A | 8B | 0 | 3D | 7 | 29 | 133 | 2C | 29 |
| Octal | 226 | 72 | 213 | 0 | 75 | 7 | 51 | 463 | 54 | 51 |
| Binary | 10010110 | 111010 | 10001011 | 0 | 111101 | 111 | 101001 | 100110011 | 101100 | 101001 |
Color Harmonies of #963A8B
Complementary color
Monochromatic Colors of #963A8B
Black with #963A8B
Text Example
Text Example
White with #963A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A8B; }
p { color: rgb(150,58,139); }
H1.HeaderClassName
{
color: #963A8B;
}
.AnyTagClassName
{
color: #963A8B;
}
</style>
background-color css
<style>
a { background-color: #963A8B; }
a { background-color: rgb(150,58,139); }
div.DivClassName
{
background-color: #963A8B;
}
.BgClassName
{
background-color: #963A8B;
}
</style>
border-color css
<style>
span { border-color: #963A8B; }
span { border-color: rgb(150,58,139); }
td.TdClassName
{
border-color: #963A8B;
}
.TagClassName
{
border-color: #963A8B;
}
</style>