Shades of Violet Blue #9D468A
Tints of Violet Blue #9D468A
RGB
CMYK
RGB Variations
Color information
#9D468A (or 0x9D468A) is known color: Violet Blue. HEX triplet: 9D, 46 and 8A. RGB value is (157,70,138). Sum of RGB (Red+Green+Blue) = 157+70+138=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D468A is #62B975. Grayscale: #676767. Windows color (decimal): -6470006 or 9062045. OLE color: 9062045.
HSL color Cylindrical-coordinate representation of color #9D468A: hue angle of 313.1º 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 #9D468A is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 138 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.38 |
| HSL | 313.1º | 0.38% | 0.45% | - |
| HSV(B) | 313.1º | 0.55% | 0.62% | - |
| XYZ | 20.68 | 13.38 | 25.54 | - |
| YUV | 103.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 138 | 0 | 0.55 | 0.12 | 0.38 | 313.1 | 0.38 | 0.45 |
| Hex | 9D | 46 | 8A | 0 | 37 | C | 26 | 139 | 26 | 2D |
| Octal | 235 | 106 | 212 | 0 | 67 | 14 | 46 | 471 | 46 | 55 |
| Binary | 10011101 | 1000110 | 10001010 | 0 | 110111 | 1100 | 100110 | 100111001 | 100110 | 101101 |
Color Harmonies of #9D468A
Complementary color
Monochromatic Colors of #9D468A
Black with #9D468A
Text Example
Text Example
White with #9D468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D468A; }
p { color: rgb(157,70,138); }
H1.HeaderClassName
{
color: #9D468A;
}
.AnyTagClassName
{
color: #9D468A;
}
</style>
background-color css
<style>
a { background-color: #9D468A; }
a { background-color: rgb(157,70,138); }
div.DivClassName
{
background-color: #9D468A;
}
.BgClassName
{
background-color: #9D468A;
}
</style>
border-color css
<style>
span { border-color: #9D468A; }
span { border-color: rgb(157,70,138); }
td.TdClassName
{
border-color: #9D468A;
}
.TagClassName
{
border-color: #9D468A;
}
</style>