Shades of Violet Blue #9C468B
Tints of Violet Blue #9C468B
RGB
CMYK
RGB Variations
Color information
#9C468B (or 0x9C468B) is known color: Violet Blue. HEX triplet: 9C, 46 and 8B. RGB value is (156,70,139). Sum of RGB (Red+Green+Blue) = 156+70+139=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C468B is #63B974. Grayscale: #676767. Windows color (decimal): -6535541 or 9127580. OLE color: 9127580.
HSL color Cylindrical-coordinate representation of color #9C468B: hue angle of 311.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C468B is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 139 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.39 |
| HSL | 311.86º | 0.38% | 0.44% | - |
| HSV(B) | 311.86º | 0.55% | 0.61% | - |
| XYZ | 20.56 | 13.31 | 25.91 | - |
| YUV | 103.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 139 | 0 | 0.55 | 0.11 | 0.39 | 311.86 | 0.38 | 0.44 |
| Hex | 9C | 46 | 8B | 0 | 37 | B | 27 | 138 | 26 | 2C |
| Octal | 234 | 106 | 213 | 0 | 67 | 13 | 47 | 470 | 46 | 54 |
| Binary | 10011100 | 1000110 | 10001011 | 0 | 110111 | 1011 | 100111 | 100111000 | 100110 | 101100 |
Color Harmonies of #9C468B
Complementary color
Monochromatic Colors of #9C468B
Black with #9C468B
Text Example
Text Example
White with #9C468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C468B; }
p { color: rgb(156,70,139); }
H1.HeaderClassName
{
color: #9C468B;
}
.AnyTagClassName
{
color: #9C468B;
}
</style>
background-color css
<style>
a { background-color: #9C468B; }
a { background-color: rgb(156,70,139); }
div.DivClassName
{
background-color: #9C468B;
}
.BgClassName
{
background-color: #9C468B;
}
</style>
border-color css
<style>
span { border-color: #9C468B; }
span { border-color: rgb(156,70,139); }
td.TdClassName
{
border-color: #9C468B;
}
.TagClassName
{
border-color: #9C468B;
}
</style>