Shades of Vivid Violet #9C2DA4
Tints of Vivid Violet #9C2DA4
RGB
CMYK
RGB Variations
Color information
#9C2DA4 (or 0x9C2DA4) is known color: Vivid Violet. HEX triplet: 9C, 2D and A4. RGB value is (156,45,164). Sum of RGB (Red+Green+Blue) = 156+45+164=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C2DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2DA4 is #63D25B. Grayscale: #5B5B5B. Windows color (decimal): -6541916 or 10759580. OLE color: 10759580.
HSL color Cylindrical-coordinate representation of color #9C2DA4: hue angle of 295.97º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2DA4 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 45 | 164 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.36 |
| HSL | 295.97º | 0.57% | 0.41% | - |
| HSV(B) | 295.97º | 0.73% | 0.64% | - |
| XYZ | 21.35 | 11.63 | 36.24 | - |
| YUV | 91.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 164 | 0.05 | 0.73 | 0 | 0.36 | 295.97 | 0.57 | 0.41 |
| Hex | 9C | 2D | A4 | 5 | 49 | 0 | 24 | 128 | 39 | 29 |
| Octal | 234 | 55 | 244 | 5 | 111 | 0 | 44 | 450 | 71 | 51 |
| Binary | 10011100 | 101101 | 10100100 | 101 | 1001001 | 0 | 100100 | 100101000 | 111001 | 101001 |
Color Harmonies of #9C2DA4
Complementary color
Monochromatic Colors of #9C2DA4
Black with #9C2DA4
Text Example
Text Example
White with #9C2DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DA4; }
p { color: rgb(156,45,164); }
H1.HeaderClassName
{
color: #9C2DA4;
}
.AnyTagClassName
{
color: #9C2DA4;
}
</style>
background-color css
<style>
a { background-color: #9C2DA4; }
a { background-color: rgb(156,45,164); }
div.DivClassName
{
background-color: #9C2DA4;
}
.BgClassName
{
background-color: #9C2DA4;
}
</style>
border-color css
<style>
span { border-color: #9C2DA4; }
span { border-color: rgb(156,45,164); }
td.TdClassName
{
border-color: #9C2DA4;
}
.TagClassName
{
border-color: #9C2DA4;
}
</style>