Shades of Vivid Violet #963595
Tints of Vivid Violet #963595
RGB
CMYK
RGB Variations
Color information
#963595 (or 0x963595) is known color: Vivid Violet. HEX triplet: 96, 35 and 95. RGB value is (150,53,149). Sum of RGB (Red+Green+Blue) = 150+53+149=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #963595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963595 is #69CA6A. Grayscale: #5C5C5C. Windows color (decimal): -6933099 or 9778582. OLE color: 9778582.
HSL color Cylindrical-coordinate representation of color #963595: hue angle of 300.62º degrees, saturation: 0.48, 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 #963595 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 149 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.41 |
| HSL | 300.62º | 0.48% | 0.4% | - |
| HSV(B) | 300.62º | 0.65% | 0.59% | - |
| XYZ | 19.28 | 11.2 | 29.58 | - |
| YUV | 92.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 149 | 0 | 0.65 | 0.01 | 0.41 | 300.62 | 0.48 | 0.4 |
| Hex | 96 | 35 | 95 | 0 | 41 | 1 | 29 | 12D | 30 | 28 |
| Octal | 226 | 65 | 225 | 0 | 101 | 1 | 51 | 455 | 60 | 50 |
| Binary | 10010110 | 110101 | 10010101 | 0 | 1000001 | 1 | 101001 | 100101101 | 110000 | 101000 |
Color Harmonies of #963595
Complementary color
Monochromatic Colors of #963595
Black with #963595
Text Example
Text Example
White with #963595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963595; }
p { color: rgb(150,53,149); }
H1.HeaderClassName
{
color: #963595;
}
.AnyTagClassName
{
color: #963595;
}
</style>
background-color css
<style>
a { background-color: #963595; }
a { background-color: rgb(150,53,149); }
div.DivClassName
{
background-color: #963595;
}
.BgClassName
{
background-color: #963595;
}
</style>
border-color css
<style>
span { border-color: #963595; }
span { border-color: rgb(150,53,149); }
td.TdClassName
{
border-color: #963595;
}
.TagClassName
{
border-color: #963595;
}
</style>