Shades of Vivid Violet #9633AA
Tints of Vivid Violet #9633AA
RGB
CMYK
RGB Variations
Color information
#9633AA (or 0x9633AA) is known color: Vivid Violet. HEX triplet: 96, 33 and AA. RGB value is (150,51,170). Sum of RGB (Red+Green+Blue) = 150+51+170=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #9633AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9633AA is #69CC55. Grayscale: #5D5D5D. Windows color (decimal): -6933590 or 11154326. OLE color: 11154326.
HSL color Cylindrical-coordinate representation of color #9633AA: hue angle of 289.92º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9633AA is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 51 | 170 | - |
| CMYK | 0.12 | 0.7 | 0 | 0.33 |
| HSL | 289.92º | 0.54% | 0.43% | - |
| HSV(B) | 289.92º | 0.7% | 0.67% | - |
| XYZ | 21.02 | 11.75 | 39.19 | - |
| YUV | 94.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 170 | 0.12 | 0.7 | 0 | 0.33 | 289.92 | 0.54 | 0.43 |
| Hex | 96 | 33 | AA | C | 46 | 0 | 21 | 122 | 36 | 2B |
| Octal | 226 | 63 | 252 | 14 | 106 | 0 | 41 | 442 | 66 | 53 |
| Binary | 10010110 | 110011 | 10101010 | 1100 | 1000110 | 0 | 100001 | 100100010 | 110110 | 101011 |
Color Harmonies of #9633AA
Complementary color
Monochromatic Colors of #9633AA
Black with #9633AA
Text Example
Text Example
White with #9633AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9633AA; }
p { color: rgb(150,51,170); }
H1.HeaderClassName
{
color: #9633AA;
}
.AnyTagClassName
{
color: #9633AA;
}
</style>
background-color css
<style>
a { background-color: #9633AA; }
a { background-color: rgb(150,51,170); }
div.DivClassName
{
background-color: #9633AA;
}
.BgClassName
{
background-color: #9633AA;
}
</style>
border-color css
<style>
span { border-color: #9633AA; }
span { border-color: rgb(150,51,170); }
td.TdClassName
{
border-color: #9633AA;
}
.TagClassName
{
border-color: #9633AA;
}
</style>