Shades of Vivid Violet #9633AB
Tints of Vivid Violet #9633AB
RGB
CMYK
RGB Variations
Color information
#9633AB (or 0x9633AB) is known color: Vivid Violet. HEX triplet: 96, 33 and AB. RGB value is (150,51,171). Sum of RGB (Red+Green+Blue) = 150+51+171=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #9633AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9633AB is #69CC54. Grayscale: #5D5D5D. Windows color (decimal): -6933589 or 11219862. OLE color: 11219862.
HSL color Cylindrical-coordinate representation of color #9633AB: hue angle of 289.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9633AB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 51 | 171 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.33 |
| HSL | 289.5º | 0.54% | 0.44% | - |
| HSV(B) | 289.5º | 0.7% | 0.67% | - |
| XYZ | 21.11 | 11.79 | 39.69 | - |
| YUV | 94.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 171 | 0.12 | 0.70 | 0 | 0.33 | 289.5 | 0.54 | 0.44 |
| Hex | 96 | 33 | AB | C | 46 | 0 | 21 | 122 | 36 | 2C |
| Octal | 226 | 63 | 253 | 14 | 106 | 0 | 41 | 442 | 66 | 54 |
| Binary | 10010110 | 110011 | 10101011 | 1100 | 1000110 | 0 | 100001 | 100100010 | 110110 | 101100 |
Color Harmonies of #9633AB
Complementary color
Monochromatic Colors of #9633AB
Black with #9633AB
Text Example
Text Example
White with #9633AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9633AB; }
p { color: rgb(150,51,171); }
H1.HeaderClassName
{
color: #9633AB;
}
.AnyTagClassName
{
color: #9633AB;
}
</style>
background-color css
<style>
a { background-color: #9633AB; }
a { background-color: rgb(150,51,171); }
div.DivClassName
{
background-color: #9633AB;
}
.BgClassName
{
background-color: #9633AB;
}
</style>
border-color css
<style>
span { border-color: #9633AB; }
span { border-color: rgb(150,51,171); }
td.TdClassName
{
border-color: #9633AB;
}
.TagClassName
{
border-color: #9633AB;
}
</style>