Shades of Vivid Violet #963B8B
Tints of Vivid Violet #963B8B
RGB
CMYK
RGB Variations
Color information
#963B8B (or 0x963B8B) is known color: Vivid Violet. HEX triplet: 96, 3B and 8B. RGB value is (150,59,139). Sum of RGB (Red+Green+Blue) = 150+59+139=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #963B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963B8B is #69C474. Grayscale: #5F5F5F. Windows color (decimal): -6931573 or 9124758. OLE color: 9124758.
HSL color Cylindrical-coordinate representation of color #963B8B: hue angle of 307.25º 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 #963B8B is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 139 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.41 |
| HSL | 307.25º | 0.44% | 0.41% | - |
| HSV(B) | 307.25º | 0.61% | 0.59% | - |
| XYZ | 18.8 | 11.48 | 25.65 | - |
| YUV | 95.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 139 | 0 | 0.61 | 0.07 | 0.41 | 307.25 | 0.44 | 0.41 |
| Hex | 96 | 3B | 8B | 0 | 3D | 7 | 29 | 133 | 2C | 29 |
| Octal | 226 | 73 | 213 | 0 | 75 | 7 | 51 | 463 | 54 | 51 |
| Binary | 10010110 | 111011 | 10001011 | 0 | 111101 | 111 | 101001 | 100110011 | 101100 | 101001 |
Color Harmonies of #963B8B
Complementary color
Monochromatic Colors of #963B8B
Black with #963B8B
Text Example
Text Example
White with #963B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B8B; }
p { color: rgb(150,59,139); }
H1.HeaderClassName
{
color: #963B8B;
}
.AnyTagClassName
{
color: #963B8B;
}
</style>
background-color css
<style>
a { background-color: #963B8B; }
a { background-color: rgb(150,59,139); }
div.DivClassName
{
background-color: #963B8B;
}
.BgClassName
{
background-color: #963B8B;
}
</style>
border-color css
<style>
span { border-color: #963B8B; }
span { border-color: rgb(150,59,139); }
td.TdClassName
{
border-color: #963B8B;
}
.TagClassName
{
border-color: #963B8B;
}
</style>