Shades of Vivid Violet #963A8A
Tints of Vivid Violet #963A8A
RGB
CMYK
RGB Variations
Color information
#963A8A (or 0x963A8A) is known color: Vivid Violet. HEX triplet: 96, 3A and 8A. RGB value is (150,58,138). Sum of RGB (Red+Green+Blue) = 150+58+138=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #963A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963A8A is #69C575. Grayscale: #5E5E5E. Windows color (decimal): -6931830 or 9058966. OLE color: 9058966.
HSL color Cylindrical-coordinate representation of color #963A8A: hue angle of 307.83º 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 #963A8A is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 138 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.41 |
| HSL | 307.83º | 0.44% | 0.41% | - |
| HSV(B) | 307.83º | 0.61% | 0.59% | - |
| XYZ | 18.68 | 11.35 | 25.25 | - |
| YUV | 94.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 138 | 0 | 0.61 | 0.08 | 0.41 | 307.83 | 0.44 | 0.41 |
| Hex | 96 | 3A | 8A | 0 | 3D | 8 | 29 | 134 | 2C | 29 |
| Octal | 226 | 72 | 212 | 0 | 75 | 10 | 51 | 464 | 54 | 51 |
| Binary | 10010110 | 111010 | 10001010 | 0 | 111101 | 1000 | 101001 | 100110100 | 101100 | 101001 |
Color Harmonies of #963A8A
Complementary color
Monochromatic Colors of #963A8A
Black with #963A8A
Text Example
Text Example
White with #963A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A8A; }
p { color: rgb(150,58,138); }
H1.HeaderClassName
{
color: #963A8A;
}
.AnyTagClassName
{
color: #963A8A;
}
</style>
background-color css
<style>
a { background-color: #963A8A; }
a { background-color: rgb(150,58,138); }
div.DivClassName
{
background-color: #963A8A;
}
.BgClassName
{
background-color: #963A8A;
}
</style>
border-color css
<style>
span { border-color: #963A8A; }
span { border-color: rgb(150,58,138); }
td.TdClassName
{
border-color: #963A8A;
}
.TagClassName
{
border-color: #963A8A;
}
</style>