Shades of Violet Blue #9C409B
Tints of Violet Blue #9C409B
RGB
CMYK
RGB Variations
Color information
#9C409B (or 0x9C409B) is known color: Violet Blue. HEX triplet: 9C, 40 and 9B. RGB value is (156,64,155). Sum of RGB (Red+Green+Blue) = 156+64+155=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C409B is #63BF64. Grayscale: #656565. Windows color (decimal): -6537061 or 10174620. OLE color: 10174620.
HSL color Cylindrical-coordinate representation of color #9C409B: hue angle of 300.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C409B is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 155 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.39 |
| HSL | 300.65º | 0.42% | 0.43% | - |
| HSV(B) | 300.65º | 0.59% | 0.61% | - |
| XYZ | 21.46 | 13.1 | 32.41 | - |
| YUV | 101.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 155 | 0 | 0.59 | 0.01 | 0.39 | 300.65 | 0.42 | 0.43 |
| Hex | 9C | 40 | 9B | 0 | 3B | 1 | 27 | 12D | 2A | 2B |
| Octal | 234 | 100 | 233 | 0 | 73 | 1 | 47 | 455 | 52 | 53 |
| Binary | 10011100 | 1000000 | 10011011 | 0 | 111011 | 1 | 100111 | 100101101 | 101010 | 101011 |
Color Harmonies of #9C409B
Complementary color
Monochromatic Colors of #9C409B
Black with #9C409B
Text Example
Text Example
White with #9C409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C409B; }
p { color: rgb(156,64,155); }
H1.HeaderClassName
{
color: #9C409B;
}
.AnyTagClassName
{
color: #9C409B;
}
</style>
background-color css
<style>
a { background-color: #9C409B; }
a { background-color: rgb(156,64,155); }
div.DivClassName
{
background-color: #9C409B;
}
.BgClassName
{
background-color: #9C409B;
}
</style>
border-color css
<style>
span { border-color: #9C409B; }
span { border-color: rgb(156,64,155); }
td.TdClassName
{
border-color: #9C409B;
}
.TagClassName
{
border-color: #9C409B;
}
</style>