Shades of Vivid Violet #9323AB
Tints of Vivid Violet #9323AB
RGB
CMYK
RGB Variations
Color information
#9323AB (or 0x9323AB) is known color: Vivid Violet. HEX triplet: 93, 23 and AB. RGB value is (147,35,171). Sum of RGB (Red+Green+Blue) = 147+35+171=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #9323AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9323AB is #6CDC54. Grayscale: #535353. Windows color (decimal): -7134293 or 11215763. OLE color: 11215763.
HSL color Cylindrical-coordinate representation of color #9323AB: hue angle of 289.41º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9323AB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 35 | 171 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.33 |
| HSL | 289.41º | 0.66% | 0.4% | - |
| HSV(B) | 289.41º | 0.8% | 0.67% | - |
| XYZ | 19.98 | 10.35 | 39.47 | - |
| YUV | 83.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 171 | 0.14 | 0.80 | 0 | 0.33 | 289.41 | 0.66 | 0.4 |
| Hex | 93 | 23 | AB | E | 50 | 0 | 21 | 121 | 42 | 28 |
| Octal | 223 | 43 | 253 | 16 | 120 | 0 | 41 | 441 | 102 | 50 |
| Binary | 10010011 | 100011 | 10101011 | 1110 | 1010000 | 0 | 100001 | 100100001 | 1000010 | 101000 |
Color Harmonies of #9323AB
Complementary color
Monochromatic Colors of #9323AB
Black with #9323AB
Text Example
Text Example
White with #9323AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9323AB; }
p { color: rgb(147,35,171); }
H1.HeaderClassName
{
color: #9323AB;
}
.AnyTagClassName
{
color: #9323AB;
}
</style>
background-color css
<style>
a { background-color: #9323AB; }
a { background-color: rgb(147,35,171); }
div.DivClassName
{
background-color: #9323AB;
}
.BgClassName
{
background-color: #9323AB;
}
</style>
border-color css
<style>
span { border-color: #9323AB; }
span { border-color: rgb(147,35,171); }
td.TdClassName
{
border-color: #9323AB;
}
.TagClassName
{
border-color: #9323AB;
}
</style>