Shades of Vivid Violet #962CAA
Tints of Vivid Violet #962CAA
RGB
CMYK
RGB Variations
Color information
#962CAA (or 0x962CAA) is known color: Vivid Violet. HEX triplet: 96, 2C and AA. RGB value is (150,44,170). Sum of RGB (Red+Green+Blue) = 150+44+170=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #962CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962CAA is #69D355. Grayscale: #595959. Windows color (decimal): -6935382 or 11152534. OLE color: 11152534.
HSL color Cylindrical-coordinate representation of color #962CAA: hue angle of 290.48º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962CAA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 44 | 170 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.33 |
| HSL | 290.48º | 0.59% | 0.42% | - |
| HSV(B) | 290.48º | 0.74% | 0.67% | - |
| XYZ | 20.73 | 11.19 | 39.1 | - |
| YUV | 90.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 170 | 0.12 | 0.74 | 0 | 0.33 | 290.48 | 0.59 | 0.42 |
| Hex | 96 | 2C | AA | C | 4A | 0 | 21 | 122 | 3B | 2A |
| Octal | 226 | 54 | 252 | 14 | 112 | 0 | 41 | 442 | 73 | 52 |
| Binary | 10010110 | 101100 | 10101010 | 1100 | 1001010 | 0 | 100001 | 100100010 | 111011 | 101010 |
Color Harmonies of #962CAA
Complementary color
Monochromatic Colors of #962CAA
Black with #962CAA
Text Example
Text Example
White with #962CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CAA; }
p { color: rgb(150,44,170); }
H1.HeaderClassName
{
color: #962CAA;
}
.AnyTagClassName
{
color: #962CAA;
}
</style>
background-color css
<style>
a { background-color: #962CAA; }
a { background-color: rgb(150,44,170); }
div.DivClassName
{
background-color: #962CAA;
}
.BgClassName
{
background-color: #962CAA;
}
</style>
border-color css
<style>
span { border-color: #962CAA; }
span { border-color: rgb(150,44,170); }
td.TdClassName
{
border-color: #962CAA;
}
.TagClassName
{
border-color: #962CAA;
}
</style>