Shades of Vivid Violet #963F90
Tints of Vivid Violet #963F90
RGB
CMYK
RGB Variations
Color information
#963F90 (or 0x963F90) is known color: Vivid Violet. HEX triplet: 96, 3F and 90. RGB value is (150,63,144). Sum of RGB (Red+Green+Blue) = 150+63+144=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #963F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F90 is #69C06F. Grayscale: #626262. Windows color (decimal): -6930544 or 9453462. OLE color: 9453462.
HSL color Cylindrical-coordinate representation of color #963F90: hue angle of 304.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F90 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 144 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.41 |
| HSL | 304.14º | 0.41% | 0.42% | - |
| HSV(B) | 304.14º | 0.58% | 0.59% | - |
| XYZ | 19.39 | 12.05 | 27.69 | - |
| YUV | 98.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 144 | 0 | 0.58 | 0.04 | 0.41 | 304.14 | 0.41 | 0.42 |
| Hex | 96 | 3F | 90 | 0 | 3A | 4 | 29 | 130 | 29 | 2A |
| Octal | 226 | 77 | 220 | 0 | 72 | 4 | 51 | 460 | 51 | 52 |
| Binary | 10010110 | 111111 | 10010000 | 0 | 111010 | 100 | 101001 | 100110000 | 101001 | 101010 |
Color Harmonies of #963F90
Complementary color
Monochromatic Colors of #963F90
Black with #963F90
Text Example
Text Example
White with #963F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F90; }
p { color: rgb(150,63,144); }
H1.HeaderClassName
{
color: #963F90;
}
.AnyTagClassName
{
color: #963F90;
}
</style>
background-color css
<style>
a { background-color: #963F90; }
a { background-color: rgb(150,63,144); }
div.DivClassName
{
background-color: #963F90;
}
.BgClassName
{
background-color: #963F90;
}
</style>
border-color css
<style>
span { border-color: #963F90; }
span { border-color: rgb(150,63,144); }
td.TdClassName
{
border-color: #963F90;
}
.TagClassName
{
border-color: #963F90;
}
</style>