Shades of Vivid Violet #9632A6
Tints of Vivid Violet #9632A6
RGB
CMYK
RGB Variations
Color information
#9632A6 (or 0x9632A6) is known color: Vivid Violet. HEX triplet: 96, 32 and A6. RGB value is (150,50,166). Sum of RGB (Red+Green+Blue) = 150+50+166=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 166 - color contains mainly: blue. Hex color #9632A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9632A6 is #69CD59. Grayscale: #5C5C5C. Windows color (decimal): -6933850 or 10891926. OLE color: 10891926.
HSL color Cylindrical-coordinate representation of color #9632A6: hue angle of 291.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9632A6 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 50 | 166 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.35 |
| HSL | 291.72º | 0.54% | 0.42% | - |
| HSV(B) | 291.72º | 0.7% | 0.65% | - |
| XYZ | 20.6 | 11.52 | 37.21 | - |
| YUV | 93.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 166 | 0.10 | 0.70 | 0 | 0.35 | 291.72 | 0.54 | 0.42 |
| Hex | 96 | 32 | A6 | A | 46 | 0 | 23 | 124 | 36 | 2A |
| Octal | 226 | 62 | 246 | 12 | 106 | 0 | 43 | 444 | 66 | 52 |
| Binary | 10010110 | 110010 | 10100110 | 1010 | 1000110 | 0 | 100011 | 100100100 | 110110 | 101010 |
Color Harmonies of #9632A6
Complementary color
Monochromatic Colors of #9632A6
Black with #9632A6
Text Example
Text Example
White with #9632A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632A6; }
p { color: rgb(150,50,166); }
H1.HeaderClassName
{
color: #9632A6;
}
.AnyTagClassName
{
color: #9632A6;
}
</style>
background-color css
<style>
a { background-color: #9632A6; }
a { background-color: rgb(150,50,166); }
div.DivClassName
{
background-color: #9632A6;
}
.BgClassName
{
background-color: #9632A6;
}
</style>
border-color css
<style>
span { border-color: #9632A6; }
span { border-color: rgb(150,50,166); }
td.TdClassName
{
border-color: #9632A6;
}
.TagClassName
{
border-color: #9632A6;
}
</style>