Shades of Vivid Violet #9432AB
Tints of Vivid Violet #9432AB
RGB
CMYK
RGB Variations
Color information
#9432AB (or 0x9432AB) is known color: Vivid Violet. HEX triplet: 94, 32 and AB. RGB value is (148,50,171). Sum of RGB (Red+Green+Blue) = 148+50+171=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #9432AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9432AB is #6BCD54. Grayscale: #5C5C5C. Windows color (decimal): -7064917 or 11219604. OLE color: 11219604.
HSL color Cylindrical-coordinate representation of color #9432AB: hue angle of 288.6º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9432AB is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 50 | 171 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.33 |
| HSL | 288.6º | 0.55% | 0.43% | - |
| HSV(B) | 288.6º | 0.71% | 0.67% | - |
| XYZ | 20.7 | 11.52 | 39.66 | - |
| YUV | 93.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 171 | 0.13 | 0.71 | 0 | 0.33 | 288.6 | 0.55 | 0.43 |
| Hex | 94 | 32 | AB | D | 47 | 0 | 21 | 121 | 37 | 2B |
| Octal | 224 | 62 | 253 | 15 | 107 | 0 | 41 | 441 | 67 | 53 |
| Binary | 10010100 | 110010 | 10101011 | 1101 | 1000111 | 0 | 100001 | 100100001 | 110111 | 101011 |
Color Harmonies of #9432AB
Complementary color
Monochromatic Colors of #9432AB
Black with #9432AB
Text Example
Text Example
White with #9432AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9432AB; }
p { color: rgb(148,50,171); }
H1.HeaderClassName
{
color: #9432AB;
}
.AnyTagClassName
{
color: #9432AB;
}
</style>
background-color css
<style>
a { background-color: #9432AB; }
a { background-color: rgb(148,50,171); }
div.DivClassName
{
background-color: #9432AB;
}
.BgClassName
{
background-color: #9432AB;
}
</style>
border-color css
<style>
span { border-color: #9432AB; }
span { border-color: rgb(148,50,171); }
td.TdClassName
{
border-color: #9432AB;
}
.TagClassName
{
border-color: #9432AB;
}
</style>