Shades of Vivid Violet #964390
Tints of Vivid Violet #964390
RGB
CMYK
RGB Variations
Color information
#964390 (or 0x964390) is known color: Vivid Violet. HEX triplet: 96, 43 and 90. RGB value is (150,67,144). Sum of RGB (Red+Green+Blue) = 150+67+144=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #964390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964390 is #69BC6F. Grayscale: #646464. Windows color (decimal): -6929520 or 9454486. OLE color: 9454486.
HSL color Cylindrical-coordinate representation of color #964390: hue angle of 304.34º 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 #964390 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 144 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.41 |
| HSL | 304.34º | 0.38% | 0.43% | - |
| HSV(B) | 304.34º | 0.55% | 0.59% | - |
| XYZ | 19.62 | 12.51 | 27.77 | - |
| YUV | 100.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 144 | 0 | 0.55 | 0.04 | 0.41 | 304.34 | 0.38 | 0.43 |
| Hex | 96 | 43 | 90 | 0 | 37 | 4 | 29 | 130 | 26 | 2B |
| Octal | 226 | 103 | 220 | 0 | 67 | 4 | 51 | 460 | 46 | 53 |
| Binary | 10010110 | 1000011 | 10010000 | 0 | 110111 | 100 | 101001 | 100110000 | 100110 | 101011 |
Color Harmonies of #964390
Complementary color
Monochromatic Colors of #964390
Black with #964390
Text Example
Text Example
White with #964390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964390; }
p { color: rgb(150,67,144); }
H1.HeaderClassName
{
color: #964390;
}
.AnyTagClassName
{
color: #964390;
}
</style>
background-color css
<style>
a { background-color: #964390; }
a { background-color: rgb(150,67,144); }
div.DivClassName
{
background-color: #964390;
}
.BgClassName
{
background-color: #964390;
}
</style>
border-color css
<style>
span { border-color: #964390; }
span { border-color: rgb(150,67,144); }
td.TdClassName
{
border-color: #964390;
}
.TagClassName
{
border-color: #964390;
}
</style>