Shades of Vivid Violet #9325A5
Tints of Vivid Violet #9325A5
RGB
CMYK
RGB Variations
Color information
#9325A5 (or 0x9325A5) is known color: Vivid Violet. HEX triplet: 93, 25 and A5. RGB value is (147,37,165). Sum of RGB (Red+Green+Blue) = 147+37+165=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #9325A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9325A5 is #6CDA5A. Grayscale: #545454. Windows color (decimal): -7133787 or 10823059. OLE color: 10823059.
HSL color Cylindrical-coordinate representation of color #9325A5: hue angle of 291.56º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9325A5 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 37 | 165 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.35 |
| HSL | 291.56º | 0.63% | 0.4% | - |
| HSV(B) | 291.56º | 0.78% | 0.65% | - |
| XYZ | 19.49 | 10.24 | 36.55 | - |
| YUV | 84.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 165 | 0.11 | 0.78 | 0 | 0.35 | 291.56 | 0.63 | 0.4 |
| Hex | 93 | 25 | A5 | B | 4E | 0 | 23 | 124 | 3F | 28 |
| Octal | 223 | 45 | 245 | 13 | 116 | 0 | 43 | 444 | 77 | 50 |
| Binary | 10010011 | 100101 | 10100101 | 1011 | 1001110 | 0 | 100011 | 100100100 | 111111 | 101000 |
Color Harmonies of #9325A5
Complementary color
Monochromatic Colors of #9325A5
Black with #9325A5
Text Example
Text Example
White with #9325A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9325A5; }
p { color: rgb(147,37,165); }
H1.HeaderClassName
{
color: #9325A5;
}
.AnyTagClassName
{
color: #9325A5;
}
</style>
background-color css
<style>
a { background-color: #9325A5; }
a { background-color: rgb(147,37,165); }
div.DivClassName
{
background-color: #9325A5;
}
.BgClassName
{
background-color: #9325A5;
}
</style>
border-color css
<style>
span { border-color: #9325A5; }
span { border-color: rgb(147,37,165); }
td.TdClassName
{
border-color: #9325A5;
}
.TagClassName
{
border-color: #9325A5;
}
</style>