Shades of Vivid Violet #9331A8
Tints of Vivid Violet #9331A8
RGB
CMYK
RGB Variations
Color information
#9331A8 (or 0x9331A8) is known color: Vivid Violet. HEX triplet: 93, 31 and A8. RGB value is (147,49,168). Sum of RGB (Red+Green+Blue) = 147+49+168=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 168 - color contains mainly: blue. Hex color #9331A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9331A8 is #6CCE57. Grayscale: #5B5B5B. Windows color (decimal): -7130712 or 11022739. OLE color: 11022739.
HSL color Cylindrical-coordinate representation of color #9331A8: hue angle of 289.41º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9331A8 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 49 | 168 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.34 |
| HSL | 289.41º | 0.55% | 0.43% | - |
| HSV(B) | 289.41º | 0.71% | 0.66% | - |
| XYZ | 20.2 | 11.23 | 38.15 | - |
| YUV | 91.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 168 | 0.13 | 0.71 | 0 | 0.34 | 289.41 | 0.55 | 0.43 |
| Hex | 93 | 31 | A8 | D | 47 | 0 | 22 | 121 | 37 | 2B |
| Octal | 223 | 61 | 250 | 15 | 107 | 0 | 42 | 441 | 67 | 53 |
| Binary | 10010011 | 110001 | 10101000 | 1101 | 1000111 | 0 | 100010 | 100100001 | 110111 | 101011 |
Color Harmonies of #9331A8
Complementary color
Monochromatic Colors of #9331A8
Black with #9331A8
Text Example
Text Example
White with #9331A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9331A8; }
p { color: rgb(147,49,168); }
H1.HeaderClassName
{
color: #9331A8;
}
.AnyTagClassName
{
color: #9331A8;
}
</style>
background-color css
<style>
a { background-color: #9331A8; }
a { background-color: rgb(147,49,168); }
div.DivClassName
{
background-color: #9331A8;
}
.BgClassName
{
background-color: #9331A8;
}
</style>
border-color css
<style>
span { border-color: #9331A8; }
span { border-color: rgb(147,49,168); }
td.TdClassName
{
border-color: #9331A8;
}
.TagClassName
{
border-color: #9331A8;
}
</style>