Shades of Vivid Violet #964395
Tints of Vivid Violet #964395
RGB
CMYK
RGB Variations
Color information
#964395 (or 0x964395) is known color: Vivid Violet. HEX triplet: 96, 43 and 95. RGB value is (150,67,149). Sum of RGB (Red+Green+Blue) = 150+67+149=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964395 is #69BC6A. Grayscale: #646464. Windows color (decimal): -6929515 or 9782166. OLE color: 9782166.
HSL color Cylindrical-coordinate representation of color #964395: hue angle of 300.72º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964395 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 149 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.41 |
| HSL | 300.72º | 0.38% | 0.43% | - |
| HSV(B) | 300.72º | 0.55% | 0.59% | - |
| XYZ | 20.01 | 12.67 | 29.82 | - |
| YUV | 101.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 149 | 0 | 0.55 | 0.01 | 0.41 | 300.72 | 0.38 | 0.43 |
| Hex | 96 | 43 | 95 | 0 | 37 | 1 | 29 | 12D | 26 | 2B |
| Octal | 226 | 103 | 225 | 0 | 67 | 1 | 51 | 455 | 46 | 53 |
| Binary | 10010110 | 1000011 | 10010101 | 0 | 110111 | 1 | 101001 | 100101101 | 100110 | 101011 |
Color Harmonies of #964395
Complementary color
Monochromatic Colors of #964395
Black with #964395
Text Example
Text Example
White with #964395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964395; }
p { color: rgb(150,67,149); }
H1.HeaderClassName
{
color: #964395;
}
.AnyTagClassName
{
color: #964395;
}
</style>
background-color css
<style>
a { background-color: #964395; }
a { background-color: rgb(150,67,149); }
div.DivClassName
{
background-color: #964395;
}
.BgClassName
{
background-color: #964395;
}
</style>
border-color css
<style>
span { border-color: #964395; }
span { border-color: rgb(150,67,149); }
td.TdClassName
{
border-color: #964395;
}
.TagClassName
{
border-color: #964395;
}
</style>