Shades of Vivid Violet #963491
Tints of Vivid Violet #963491
RGB
CMYK
RGB Variations
Color information
#963491 (or 0x963491) is known color: Vivid Violet. HEX triplet: 96, 34 and 91. RGB value is (150,52,145). Sum of RGB (Red+Green+Blue) = 150+52+145=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #963491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963491 is #69CB6E. Grayscale: #5B5B5B. Windows color (decimal): -6933359 or 9516182. OLE color: 9516182.
HSL color Cylindrical-coordinate representation of color #963491: hue angle of 303.06º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963491 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 145 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.41 |
| HSL | 303.06º | 0.49% | 0.4% | - |
| HSV(B) | 303.06º | 0.65% | 0.59% | - |
| XYZ | 18.92 | 10.98 | 27.91 | - |
| YUV | 91.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 145 | 0 | 0.65 | 0.03 | 0.41 | 303.06 | 0.49 | 0.4 |
| Hex | 96 | 34 | 91 | 0 | 41 | 3 | 29 | 12F | 31 | 28 |
| Octal | 226 | 64 | 221 | 0 | 101 | 3 | 51 | 457 | 61 | 50 |
| Binary | 10010110 | 110100 | 10010001 | 0 | 1000001 | 11 | 101001 | 100101111 | 110001 | 101000 |
Color Harmonies of #963491
Complementary color
Monochromatic Colors of #963491
Black with #963491
Text Example
Text Example
White with #963491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963491; }
p { color: rgb(150,52,145); }
H1.HeaderClassName
{
color: #963491;
}
.AnyTagClassName
{
color: #963491;
}
</style>
background-color css
<style>
a { background-color: #963491; }
a { background-color: rgb(150,52,145); }
div.DivClassName
{
background-color: #963491;
}
.BgClassName
{
background-color: #963491;
}
</style>
border-color css
<style>
span { border-color: #963491; }
span { border-color: rgb(150,52,145); }
td.TdClassName
{
border-color: #963491;
}
.TagClassName
{
border-color: #963491;
}
</style>