Shades of Vivid Violet #9A2C9D
Tints of Vivid Violet #9A2C9D
RGB
CMYK
RGB Variations
Color information
#9A2C9D (or 0x9A2C9D) is known color: Vivid Violet. HEX triplet: 9A, 2C and 9D. RGB value is (154,44,157). Sum of RGB (Red+Green+Blue) = 154+44+157=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A2C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2C9D is #65D362. Grayscale: #595959. Windows color (decimal): -6673251 or 10300570. OLE color: 10300570.
HSL color Cylindrical-coordinate representation of color #9A2C9D: hue angle of 298.41º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A2C9D is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 44 | 157 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.38 |
| HSL | 298.41º | 0.56% | 0.39% | - |
| HSV(B) | 298.41º | 0.72% | 0.62% | - |
| XYZ | 20.31 | 11.11 | 32.97 | - |
| YUV | 89.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 157 | 0.02 | 0.72 | 0 | 0.38 | 298.41 | 0.56 | 0.39 |
| Hex | 9A | 2C | 9D | 2 | 48 | 0 | 26 | 12A | 38 | 27 |
| Octal | 232 | 54 | 235 | 2 | 110 | 0 | 46 | 452 | 70 | 47 |
| Binary | 10011010 | 101100 | 10011101 | 10 | 1001000 | 0 | 100110 | 100101010 | 111000 | 100111 |
Color Harmonies of #9A2C9D
Complementary color
Monochromatic Colors of #9A2C9D
Black with #9A2C9D
Text Example
Text Example
White with #9A2C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2C9D; }
p { color: rgb(154,44,157); }
H1.HeaderClassName
{
color: #9A2C9D;
}
.AnyTagClassName
{
color: #9A2C9D;
}
</style>
background-color css
<style>
a { background-color: #9A2C9D; }
a { background-color: rgb(154,44,157); }
div.DivClassName
{
background-color: #9A2C9D;
}
.BgClassName
{
background-color: #9A2C9D;
}
</style>
border-color css
<style>
span { border-color: #9A2C9D; }
span { border-color: rgb(154,44,157); }
td.TdClassName
{
border-color: #9A2C9D;
}
.TagClassName
{
border-color: #9A2C9D;
}
</style>