Shades of Violet Blue #9C6094
Tints of Violet Blue #9C6094
RGB
CMYK
RGB Variations
Color information
#9C6094 (or 0x9C6094) is known color: Violet Blue. HEX triplet: 9C, 60 and 94. RGB value is (156,96,148). Sum of RGB (Red+Green+Blue) = 156+96+148=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6094 is #639F6B. Grayscale: #777777. Windows color (decimal): -6528876 or 9724060. OLE color: 9724060.
HSL color Cylindrical-coordinate representation of color #9C6094: hue angle of 308º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6094 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 148 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.39 |
| HSL | 308º | 0.24% | 0.49% | - |
| HSV(B) | 308º | 0.38% | 0.61% | - |
| XYZ | 23.24 | 17.57 | 30.18 | - |
| YUV | 119.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 148 | 0 | 0.38 | 0.05 | 0.39 | 308 | 0.24 | 0.49 |
| Hex | 9C | 60 | 94 | 0 | 26 | 5 | 27 | 134 | 18 | 31 |
| Octal | 234 | 140 | 224 | 0 | 46 | 5 | 47 | 464 | 30 | 61 |
| Binary | 10011100 | 1100000 | 10010100 | 0 | 100110 | 101 | 100111 | 100110100 | 11000 | 110001 |
Color Harmonies of #9C6094
Complementary color
Monochromatic Colors of #9C6094
Black with #9C6094
Text Example
Text Example
White with #9C6094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6094; }
p { color: rgb(156,96,148); }
H1.HeaderClassName
{
color: #9C6094;
}
.AnyTagClassName
{
color: #9C6094;
}
</style>
background-color css
<style>
a { background-color: #9C6094; }
a { background-color: rgb(156,96,148); }
div.DivClassName
{
background-color: #9C6094;
}
.BgClassName
{
background-color: #9C6094;
}
</style>
border-color css
<style>
span { border-color: #9C6094; }
span { border-color: rgb(156,96,148); }
td.TdClassName
{
border-color: #9C6094;
}
.TagClassName
{
border-color: #9C6094;
}
</style>