Shades of Vivid Violet #963990
Tints of Vivid Violet #963990
RGB
CMYK
RGB Variations
Color information
#963990 (or 0x963990) is known color: Vivid Violet. HEX triplet: 96, 39 and 90. RGB value is (150,57,144). Sum of RGB (Red+Green+Blue) = 150+57+144=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #963990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963990 is #69C66F. Grayscale: #5E5E5E. Windows color (decimal): -6932080 or 9451926. OLE color: 9451926.
HSL color Cylindrical-coordinate representation of color #963990: hue angle of 303.87º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963990 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 144 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.41 |
| HSL | 303.87º | 0.45% | 0.41% | - |
| HSV(B) | 303.87º | 0.62% | 0.59% | - |
| XYZ | 19.07 | 11.42 | 27.59 | - |
| YUV | 94.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 144 | 0 | 0.62 | 0.04 | 0.41 | 303.87 | 0.45 | 0.41 |
| Hex | 96 | 39 | 90 | 0 | 3E | 4 | 29 | 130 | 2D | 29 |
| Octal | 226 | 71 | 220 | 0 | 76 | 4 | 51 | 460 | 55 | 51 |
| Binary | 10010110 | 111001 | 10010000 | 0 | 111110 | 100 | 101001 | 100110000 | 101101 | 101001 |
Color Harmonies of #963990
Complementary color
Monochromatic Colors of #963990
Black with #963990
Text Example
Text Example
White with #963990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963990; }
p { color: rgb(150,57,144); }
H1.HeaderClassName
{
color: #963990;
}
.AnyTagClassName
{
color: #963990;
}
</style>
background-color css
<style>
a { background-color: #963990; }
a { background-color: rgb(150,57,144); }
div.DivClassName
{
background-color: #963990;
}
.BgClassName
{
background-color: #963990;
}
</style>
border-color css
<style>
span { border-color: #963990; }
span { border-color: rgb(150,57,144); }
td.TdClassName
{
border-color: #963990;
}
.TagClassName
{
border-color: #963990;
}
</style>