Shades of Vivid Violet #962699
Tints of Vivid Violet #962699
RGB
CMYK
RGB Variations
Color information
#962699 (or 0x962699) is known color: Vivid Violet. HEX triplet: 96, 26 and 99. RGB value is (150,38,153). Sum of RGB (Red+Green+Blue) = 150+38+153=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #962699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962699 is #69D966. Grayscale: #545454. Windows color (decimal): -6936935 or 10036886. OLE color: 10036886.
HSL color Cylindrical-coordinate representation of color #962699: hue angle of 298.43º 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 #962699 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 38 | 153 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.4 |
| HSL | 298.43º | 0.6% | 0.37% | - |
| HSV(B) | 298.43º | 0.75% | 0.6% | - |
| XYZ | 19.02 | 10.17 | 31.1 | - |
| YUV | 84.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 153 | 0.02 | 0.75 | 0 | 0.4 | 298.43 | 0.6 | 0.37 |
| Hex | 96 | 26 | 99 | 2 | 4B | 0 | 28 | 12A | 3C | 25 |
| Octal | 226 | 46 | 231 | 2 | 113 | 0 | 50 | 452 | 74 | 45 |
| Binary | 10010110 | 100110 | 10011001 | 10 | 1001011 | 0 | 101000 | 100101010 | 111100 | 100101 |
Color Harmonies of #962699
Complementary color
Monochromatic Colors of #962699
Black with #962699
Text Example
Text Example
White with #962699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962699; }
p { color: rgb(150,38,153); }
H1.HeaderClassName
{
color: #962699;
}
.AnyTagClassName
{
color: #962699;
}
</style>
background-color css
<style>
a { background-color: #962699; }
a { background-color: rgb(150,38,153); }
div.DivClassName
{
background-color: #962699;
}
.BgClassName
{
background-color: #962699;
}
</style>
border-color css
<style>
span { border-color: #962699; }
span { border-color: rgb(150,38,153); }
td.TdClassName
{
border-color: #962699;
}
.TagClassName
{
border-color: #962699;
}
</style>