Shades of Vivid Violet #9327AB
Tints of Vivid Violet #9327AB
RGB
CMYK
RGB Variations
Color information
#9327AB (or 0x9327AB) is known color: Vivid Violet. HEX triplet: 93, 27 and AB. RGB value is (147,39,171). Sum of RGB (Red+Green+Blue) = 147+39+171=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #9327AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9327AB is #6CD854. Grayscale: #555555. Windows color (decimal): -7133269 or 11216787. OLE color: 11216787.
HSL color Cylindrical-coordinate representation of color #9327AB: hue angle of 289.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9327AB is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 39 | 171 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.33 |
| HSL | 289.09º | 0.63% | 0.41% | - |
| HSV(B) | 289.09º | 0.77% | 0.67% | - |
| XYZ | 20.11 | 10.59 | 39.51 | - |
| YUV | 86.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 39 | 171 | 0.14 | 0.77 | 0 | 0.33 | 289.09 | 0.63 | 0.41 |
| Hex | 93 | 27 | AB | E | 4D | 0 | 21 | 121 | 3F | 29 |
| Octal | 223 | 47 | 253 | 16 | 115 | 0 | 41 | 441 | 77 | 51 |
| Binary | 10010011 | 100111 | 10101011 | 1110 | 1001101 | 0 | 100001 | 100100001 | 111111 | 101001 |
Color Harmonies of #9327AB
Complementary color
Monochromatic Colors of #9327AB
Black with #9327AB
Text Example
Text Example
White with #9327AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9327AB; }
p { color: rgb(147,39,171); }
H1.HeaderClassName
{
color: #9327AB;
}
.AnyTagClassName
{
color: #9327AB;
}
</style>
background-color css
<style>
a { background-color: #9327AB; }
a { background-color: rgb(147,39,171); }
div.DivClassName
{
background-color: #9327AB;
}
.BgClassName
{
background-color: #9327AB;
}
</style>
border-color css
<style>
span { border-color: #9327AB; }
span { border-color: rgb(147,39,171); }
td.TdClassName
{
border-color: #9327AB;
}
.TagClassName
{
border-color: #9327AB;
}
</style>