Shades of Vivid Violet #962A9C
Tints of Vivid Violet #962A9C
RGB
CMYK
RGB Variations
Color information
#962A9C (or 0x962A9C) is known color: Vivid Violet. HEX triplet: 96, 2A and 9C. RGB value is (150,42,156). Sum of RGB (Red+Green+Blue) = 150+42+156=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #962A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962A9C is #69D563. Grayscale: #565656. Windows color (decimal): -6935908 or 10234518. OLE color: 10234518.
HSL color Cylindrical-coordinate representation of color #962A9C: hue angle of 296.84º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962A9C is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 42 | 156 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.39 |
| HSL | 296.84º | 0.58% | 0.39% | - |
| HSV(B) | 296.84º | 0.73% | 0.61% | - |
| XYZ | 19.41 | 10.54 | 32.46 | - |
| YUV | 87.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 156 | 0.04 | 0.73 | 0 | 0.39 | 296.84 | 0.58 | 0.39 |
| Hex | 96 | 2A | 9C | 4 | 49 | 0 | 27 | 129 | 3A | 27 |
| Octal | 226 | 52 | 234 | 4 | 111 | 0 | 47 | 451 | 72 | 47 |
| Binary | 10010110 | 101010 | 10011100 | 100 | 1001001 | 0 | 100111 | 100101001 | 111010 | 100111 |
Color Harmonies of #962A9C
Complementary color
Monochromatic Colors of #962A9C
Black with #962A9C
Text Example
Text Example
White with #962A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A9C; }
p { color: rgb(150,42,156); }
H1.HeaderClassName
{
color: #962A9C;
}
.AnyTagClassName
{
color: #962A9C;
}
</style>
background-color css
<style>
a { background-color: #962A9C; }
a { background-color: rgb(150,42,156); }
div.DivClassName
{
background-color: #962A9C;
}
.BgClassName
{
background-color: #962A9C;
}
</style>
border-color css
<style>
span { border-color: #962A9C; }
span { border-color: rgb(150,42,156); }
td.TdClassName
{
border-color: #962A9C;
}
.TagClassName
{
border-color: #962A9C;
}
</style>