Shades of Vivid Violet #962698
Tints of Vivid Violet #962698
RGB
CMYK
RGB Variations
Color information
#962698 (or 0x962698) is known color: Vivid Violet. HEX triplet: 96, 26 and 98. RGB value is (150,38,152). Sum of RGB (Red+Green+Blue) = 150+38+152=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #962698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962698 is #69D967. Grayscale: #545454. Windows color (decimal): -6936936 or 9971350. OLE color: 9971350.
HSL color Cylindrical-coordinate representation of color #962698: hue angle of 298.95º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962698 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 38 | 152 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.40 |
| HSL | 298.95º | 0.6% | 0.37% | - |
| HSV(B) | 298.95º | 0.75% | 0.6% | - |
| XYZ | 18.94 | 10.14 | 30.66 | - |
| YUV | 84.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 152 | 0.01 | 0.75 | 0 | 0.40 | 298.95 | 0.6 | 0.37 |
| Hex | 96 | 26 | 98 | 1 | 4B | 0 | 28 | 12B | 3C | 25 |
| Octal | 226 | 46 | 230 | 1 | 113 | 0 | 50 | 453 | 74 | 45 |
| Binary | 10010110 | 100110 | 10011000 | 1 | 1001011 | 0 | 101000 | 100101011 | 111100 | 100101 |
Color Harmonies of #962698
Complementary color
Monochromatic Colors of #962698
Black with #962698
Text Example
Text Example
White with #962698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962698; }
p { color: rgb(150,38,152); }
H1.HeaderClassName
{
color: #962698;
}
.AnyTagClassName
{
color: #962698;
}
</style>
background-color css
<style>
a { background-color: #962698; }
a { background-color: rgb(150,38,152); }
div.DivClassName
{
background-color: #962698;
}
.BgClassName
{
background-color: #962698;
}
</style>
border-color css
<style>
span { border-color: #962698; }
span { border-color: rgb(150,38,152); }
td.TdClassName
{
border-color: #962698;
}
.TagClassName
{
border-color: #962698;
}
</style>