Shades of Vivid Violet #964295
Tints of Vivid Violet #964295
RGB
CMYK
RGB Variations
Color information
#964295 (or 0x964295) is known color: Vivid Violet. HEX triplet: 96, 42 and 95. RGB value is (150,66,149). Sum of RGB (Red+Green+Blue) = 150+66+149=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #964295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964295 is #69BD6A. Grayscale: #646464. Windows color (decimal): -6929771 or 9781910. OLE color: 9781910.
HSL color Cylindrical-coordinate representation of color #964295: hue angle of 300.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964295 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 149 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.41 |
| HSL | 300.71º | 0.39% | 0.42% | - |
| HSV(B) | 300.71º | 0.56% | 0.59% | - |
| XYZ | 19.95 | 12.55 | 29.8 | - |
| YUV | 100.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 149 | 0 | 0.56 | 0.01 | 0.41 | 300.71 | 0.39 | 0.42 |
| Hex | 96 | 42 | 95 | 0 | 38 | 1 | 29 | 12D | 27 | 2A |
| Octal | 226 | 102 | 225 | 0 | 70 | 1 | 51 | 455 | 47 | 52 |
| Binary | 10010110 | 1000010 | 10010101 | 0 | 111000 | 1 | 101001 | 100101101 | 100111 | 101010 |
Color Harmonies of #964295
Complementary color
Monochromatic Colors of #964295
Black with #964295
Text Example
Text Example
White with #964295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964295; }
p { color: rgb(150,66,149); }
H1.HeaderClassName
{
color: #964295;
}
.AnyTagClassName
{
color: #964295;
}
</style>
background-color css
<style>
a { background-color: #964295; }
a { background-color: rgb(150,66,149); }
div.DivClassName
{
background-color: #964295;
}
.BgClassName
{
background-color: #964295;
}
</style>
border-color css
<style>
span { border-color: #964295; }
span { border-color: rgb(150,66,149); }
td.TdClassName
{
border-color: #964295;
}
.TagClassName
{
border-color: #964295;
}
</style>