Shades of Violet Blue #9C3DA1
Tints of Violet Blue #9C3DA1
RGB
CMYK
RGB Variations
Color information
#9C3DA1 (or 0x9C3DA1) is known color: Violet Blue. HEX triplet: 9C, 3D and A1. RGB value is (156,61,161). Sum of RGB (Red+Green+Blue) = 156+61+161=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 161 - color contains mainly: blue. Hex color #9C3DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3DA1 is #63C25E. Grayscale: #646464. Windows color (decimal): -6537823 or 10567068. OLE color: 10567068.
HSL color Cylindrical-coordinate representation of color #9C3DA1: hue angle of 297º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C3DA1 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 61 | 161 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.37 |
| HSL | 297º | 0.45% | 0.44% | - |
| HSV(B) | 297º | 0.62% | 0.63% | - |
| XYZ | 21.81 | 12.98 | 35.07 | - |
| YUV | 100.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 61 | 161 | 0.03 | 0.62 | 0 | 0.37 | 297 | 0.45 | 0.44 |
| Hex | 9C | 3D | A1 | 3 | 3E | 0 | 25 | 129 | 2D | 2C |
| Octal | 234 | 75 | 241 | 3 | 76 | 0 | 45 | 451 | 55 | 54 |
| Binary | 10011100 | 111101 | 10100001 | 11 | 111110 | 0 | 100101 | 100101001 | 101101 | 101100 |
Color Harmonies of #9C3DA1
Complementary color
Monochromatic Colors of #9C3DA1
Black with #9C3DA1
Text Example
Text Example
White with #9C3DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3DA1; }
p { color: rgb(156,61,161); }
H1.HeaderClassName
{
color: #9C3DA1;
}
.AnyTagClassName
{
color: #9C3DA1;
}
</style>
background-color css
<style>
a { background-color: #9C3DA1; }
a { background-color: rgb(156,61,161); }
div.DivClassName
{
background-color: #9C3DA1;
}
.BgClassName
{
background-color: #9C3DA1;
}
</style>
border-color css
<style>
span { border-color: #9C3DA1; }
span { border-color: rgb(156,61,161); }
td.TdClassName
{
border-color: #9C3DA1;
}
.TagClassName
{
border-color: #9C3DA1;
}
</style>