Shades of Vivid Violet #9A2C9C
Tints of Vivid Violet #9A2C9C
RGB
CMYK
RGB Variations
Color information
#9A2C9C (or 0x9A2C9C) is known color: Vivid Violet. HEX triplet: 9A, 2C and 9C. RGB value is (154,44,156). Sum of RGB (Red+Green+Blue) = 154+44+156=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A2C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2C9C is #65D363. Grayscale: #595959. Windows color (decimal): -6673252 or 10235034. OLE color: 10235034.
HSL color Cylindrical-coordinate representation of color #9A2C9C: hue angle of 298.93º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A2C9C is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 44 | 156 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.39 |
| HSL | 298.93º | 0.56% | 0.39% | - |
| HSV(B) | 298.93º | 0.72% | 0.61% | - |
| XYZ | 20.23 | 11.07 | 32.52 | - |
| YUV | 89.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 156 | 0.01 | 0.72 | 0 | 0.39 | 298.93 | 0.56 | 0.39 |
| Hex | 9A | 2C | 9C | 1 | 48 | 0 | 27 | 12B | 38 | 27 |
| Octal | 232 | 54 | 234 | 1 | 110 | 0 | 47 | 453 | 70 | 47 |
| Binary | 10011010 | 101100 | 10011100 | 1 | 1001000 | 0 | 100111 | 100101011 | 111000 | 100111 |
Color Harmonies of #9A2C9C
Complementary color
Monochromatic Colors of #9A2C9C
Black with #9A2C9C
Text Example
Text Example
White with #9A2C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2C9C; }
p { color: rgb(154,44,156); }
H1.HeaderClassName
{
color: #9A2C9C;
}
.AnyTagClassName
{
color: #9A2C9C;
}
</style>
background-color css
<style>
a { background-color: #9A2C9C; }
a { background-color: rgb(154,44,156); }
div.DivClassName
{
background-color: #9A2C9C;
}
.BgClassName
{
background-color: #9A2C9C;
}
</style>
border-color css
<style>
span { border-color: #9A2C9C; }
span { border-color: rgb(154,44,156); }
td.TdClassName
{
border-color: #9A2C9C;
}
.TagClassName
{
border-color: #9A2C9C;
}
</style>