Shades of Violet Blue #9C469D
Tints of Violet Blue #9C469D
RGB
CMYK
RGB Variations
Color information
#9C469D (or 0x9C469D) is known color: Violet Blue. HEX triplet: 9C, 46 and 9D. RGB value is (156,70,157). Sum of RGB (Red+Green+Blue) = 156+70+157=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C469D is #63B962. Grayscale: #696969. Windows color (decimal): -6535523 or 10307228. OLE color: 10307228.
HSL color Cylindrical-coordinate representation of color #9C469D: hue angle of 299.31º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C469D is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 70 | 157 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.38 |
| HSL | 299.31º | 0.38% | 0.45% | - |
| HSV(B) | 299.31º | 0.55% | 0.62% | - |
| XYZ | 21.99 | 13.88 | 33.42 | - |
| YUV | 105.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 157 | 0.01 | 0.55 | 0 | 0.38 | 299.31 | 0.38 | 0.45 |
| Hex | 9C | 46 | 9D | 1 | 37 | 0 | 26 | 12B | 26 | 2D |
| Octal | 234 | 106 | 235 | 1 | 67 | 0 | 46 | 453 | 46 | 55 |
| Binary | 10011100 | 1000110 | 10011101 | 1 | 110111 | 0 | 100110 | 100101011 | 100110 | 101101 |
Color Harmonies of #9C469D
Complementary color
Monochromatic Colors of #9C469D
Black with #9C469D
Text Example
Text Example
White with #9C469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C469D; }
p { color: rgb(156,70,157); }
H1.HeaderClassName
{
color: #9C469D;
}
.AnyTagClassName
{
color: #9C469D;
}
</style>
background-color css
<style>
a { background-color: #9C469D; }
a { background-color: rgb(156,70,157); }
div.DivClassName
{
background-color: #9C469D;
}
.BgClassName
{
background-color: #9C469D;
}
</style>
border-color css
<style>
span { border-color: #9C469D; }
span { border-color: rgb(156,70,157); }
td.TdClassName
{
border-color: #9C469D;
}
.TagClassName
{
border-color: #9C469D;
}
</style>