Shades of Vivid Violet #964098
Tints of Vivid Violet #964098
RGB
CMYK
RGB Variations
Color information
#964098 (or 0x964098) is known color: Vivid Violet. HEX triplet: 96, 40 and 98. RGB value is (150,64,152). Sum of RGB (Red+Green+Blue) = 150+64+152=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #964098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964098 is #69BF67. Grayscale: #636363. Windows color (decimal): -6930280 or 9978006. OLE color: 9978006.
HSL color Cylindrical-coordinate representation of color #964098: hue angle of 298.64º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #964098 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 64 | 152 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.40 |
| HSL | 298.64º | 0.41% | 0.42% | - |
| HSV(B) | 298.64º | 0.58% | 0.6% | - |
| XYZ | 20.08 | 12.42 | 31.04 | - |
| YUV | 99.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 152 | 0.01 | 0.58 | 0 | 0.40 | 298.64 | 0.41 | 0.42 |
| Hex | 96 | 40 | 98 | 1 | 3A | 0 | 28 | 12B | 29 | 2A |
| Octal | 226 | 100 | 230 | 1 | 72 | 0 | 50 | 453 | 51 | 52 |
| Binary | 10010110 | 1000000 | 10011000 | 1 | 111010 | 0 | 101000 | 100101011 | 101001 | 101010 |
Color Harmonies of #964098
Complementary color
Monochromatic Colors of #964098
Black with #964098
Text Example
Text Example
White with #964098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964098; }
p { color: rgb(150,64,152); }
H1.HeaderClassName
{
color: #964098;
}
.AnyTagClassName
{
color: #964098;
}
</style>
background-color css
<style>
a { background-color: #964098; }
a { background-color: rgb(150,64,152); }
div.DivClassName
{
background-color: #964098;
}
.BgClassName
{
background-color: #964098;
}
</style>
border-color css
<style>
span { border-color: #964098; }
span { border-color: rgb(150,64,152); }
td.TdClassName
{
border-color: #964098;
}
.TagClassName
{
border-color: #964098;
}
</style>