Shades of Vivid Violet #963198
Tints of Vivid Violet #963198
RGB
CMYK
RGB Variations
Color information
#963198 (or 0x963198) is known color: Vivid Violet. HEX triplet: 96, 31 and 98. RGB value is (150,49,152). Sum of RGB (Red+Green+Blue) = 150+49+152=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #963198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963198 is #69CE67. Grayscale: #5A5A5A. Windows color (decimal): -6934120 or 9974166. OLE color: 9974166.
HSL color Cylindrical-coordinate representation of color #963198: hue angle of 298.83º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963198 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 49 | 152 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.40 |
| HSL | 298.84º | 0.51% | 0.39% | - |
| HSV(B) | 298.84º | 0.68% | 0.6% | - |
| XYZ | 19.34 | 10.95 | 30.8 | - |
| YUV | 90.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 152 | 0.01 | 0.68 | 0 | 0.40 | 298.84 | 0.51 | 0.39 |
| Hex | 96 | 31 | 98 | 1 | 44 | 0 | 28 | 12B | 33 | 27 |
| Octal | 226 | 61 | 230 | 1 | 104 | 0 | 50 | 453 | 63 | 47 |
| Binary | 10010110 | 110001 | 10011000 | 1 | 1000100 | 0 | 101000 | 100101011 | 110011 | 100111 |
Color Harmonies of #963198
Complementary color
Monochromatic Colors of #963198
Black with #963198
Text Example
Text Example
White with #963198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963198; }
p { color: rgb(150,49,152); }
H1.HeaderClassName
{
color: #963198;
}
.AnyTagClassName
{
color: #963198;
}
</style>
background-color css
<style>
a { background-color: #963198; }
a { background-color: rgb(150,49,152); }
div.DivClassName
{
background-color: #963198;
}
.BgClassName
{
background-color: #963198;
}
</style>
border-color css
<style>
span { border-color: #963198; }
span { border-color: rgb(150,49,152); }
td.TdClassName
{
border-color: #963198;
}
.TagClassName
{
border-color: #963198;
}
</style>