Shades of Vivid Violet #9A329B
Tints of Vivid Violet #9A329B
RGB
CMYK
RGB Variations
Color information
#9A329B (or 0x9A329B) is known color: Vivid Violet. HEX triplet: 9A, 32 and 9B. RGB value is (154,50,155). Sum of RGB (Red+Green+Blue) = 154+50+155=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A329B is #65CD64. Grayscale: #5C5C5C. Windows color (decimal): -6671717 or 10171034. OLE color: 10171034.
HSL color Cylindrical-coordinate representation of color #9A329B: hue angle of 299.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A329B is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 50 | 155 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.39 |
| HSL | 299.43º | 0.51% | 0.4% | - |
| HSV(B) | 299.43º | 0.68% | 0.61% | - |
| XYZ | 20.38 | 11.52 | 32.16 | - |
| YUV | 93.07 | 162.96 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 155 | 0.01 | 0.68 | 0 | 0.39 | 299.43 | 0.51 | 0.4 |
| Hex | 9A | 32 | 9B | 1 | 44 | 0 | 27 | 12B | 33 | 28 |
| Octal | 232 | 62 | 233 | 1 | 104 | 0 | 47 | 453 | 63 | 50 |
| Binary | 10011010 | 110010 | 10011011 | 1 | 1000100 | 0 | 100111 | 100101011 | 110011 | 101000 |
Color Harmonies of #9A329B
Complementary color
Monochromatic Colors of #9A329B
Black with #9A329B
Text Example
Text Example
White with #9A329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A329B; }
p { color: rgb(154,50,155); }
H1.HeaderClassName
{
color: #9A329B;
}
.AnyTagClassName
{
color: #9A329B;
}
</style>
background-color css
<style>
a { background-color: #9A329B; }
a { background-color: rgb(154,50,155); }
div.DivClassName
{
background-color: #9A329B;
}
.BgClassName
{
background-color: #9A329B;
}
</style>
border-color css
<style>
span { border-color: #9A329B; }
span { border-color: rgb(154,50,155); }
td.TdClassName
{
border-color: #9A329B;
}
.TagClassName
{
border-color: #9A329B;
}
</style>