Shades of Violet Blue #9D6BA4
Tints of Violet Blue #9D6BA4
RGB
CMYK
RGB Variations
Color information
#9D6BA4 (or 0x9D6BA4) is known color: Violet Blue. HEX triplet: 9D, 6B and A4. RGB value is (157,107,164). Sum of RGB (Red+Green+Blue) = 157+107+164=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D6BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6BA4 is #62945B. Grayscale: #808080. Windows color (decimal): -6460508 or 10775453. OLE color: 10775453.
HSL color Cylindrical-coordinate representation of color #9D6BA4: hue angle of 292.63º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D6BA4 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 107 | 164 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.36 |
| HSL | 292.63º | 0.24% | 0.53% | - |
| HSV(B) | 292.63º | 0.35% | 0.64% | - |
| XYZ | 25.86 | 20.36 | 37.69 | - |
| YUV | 128.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 164 | 0.04 | 0.35 | 0 | 0.36 | 292.63 | 0.24 | 0.53 |
| Hex | 9D | 6B | A4 | 4 | 23 | 0 | 24 | 125 | 18 | 35 |
| Octal | 235 | 153 | 244 | 4 | 43 | 0 | 44 | 445 | 30 | 65 |
| Binary | 10011101 | 1101011 | 10100100 | 100 | 100011 | 0 | 100100 | 100100101 | 11000 | 110101 |
Color Harmonies of #9D6BA4
Complementary color
Monochromatic Colors of #9D6BA4
Black with #9D6BA4
Text Example
Text Example
White with #9D6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6BA4; }
p { color: rgb(157,107,164); }
H1.HeaderClassName
{
color: #9D6BA4;
}
.AnyTagClassName
{
color: #9D6BA4;
}
</style>
background-color css
<style>
a { background-color: #9D6BA4; }
a { background-color: rgb(157,107,164); }
div.DivClassName
{
background-color: #9D6BA4;
}
.BgClassName
{
background-color: #9D6BA4;
}
</style>
border-color css
<style>
span { border-color: #9D6BA4; }
span { border-color: rgb(157,107,164); }
td.TdClassName
{
border-color: #9D6BA4;
}
.TagClassName
{
border-color: #9D6BA4;
}
</style>