Shades of Vivid Violet #9630A0
Tints of Vivid Violet #9630A0
RGB
CMYK
RGB Variations
Color information
#9630A0 (or 0x9630A0) is known color: Vivid Violet. HEX triplet: 96, 30 and A0. RGB value is (150,48,160). Sum of RGB (Red+Green+Blue) = 150+48+160=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #9630A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9630A0 is #69CF5F. Grayscale: #5A5A5A. Windows color (decimal): -6934368 or 10498198. OLE color: 10498198.
HSL color Cylindrical-coordinate representation of color #9630A0: hue angle of 294.64º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9630A0 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 48 | 160 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.37 |
| HSL | 294.64º | 0.54% | 0.41% | - |
| HSV(B) | 294.64º | 0.7% | 0.63% | - |
| XYZ | 19.98 | 11.14 | 34.35 | - |
| YUV | 91.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 160 | 0.06 | 0.70 | 0 | 0.37 | 294.64 | 0.54 | 0.41 |
| Hex | 96 | 30 | A0 | 6 | 46 | 0 | 25 | 127 | 36 | 29 |
| Octal | 226 | 60 | 240 | 6 | 106 | 0 | 45 | 447 | 66 | 51 |
| Binary | 10010110 | 110000 | 10100000 | 110 | 1000110 | 0 | 100101 | 100100111 | 110110 | 101001 |
Color Harmonies of #9630A0
Complementary color
Monochromatic Colors of #9630A0
Black with #9630A0
Text Example
Text Example
White with #9630A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9630A0; }
p { color: rgb(150,48,160); }
H1.HeaderClassName
{
color: #9630A0;
}
.AnyTagClassName
{
color: #9630A0;
}
</style>
background-color css
<style>
a { background-color: #9630A0; }
a { background-color: rgb(150,48,160); }
div.DivClassName
{
background-color: #9630A0;
}
.BgClassName
{
background-color: #9630A0;
}
</style>
border-color css
<style>
span { border-color: #9630A0; }
span { border-color: rgb(150,48,160); }
td.TdClassName
{
border-color: #9630A0;
}
.TagClassName
{
border-color: #9630A0;
}
</style>