Shades of Violet Blue #9D489A
Tints of Violet Blue #9D489A
RGB
CMYK
RGB Variations
Color information
#9D489A (or 0x9D489A) is known color: Violet Blue. HEX triplet: 9D, 48 and 9A. RGB value is (157,72,154). Sum of RGB (Red+Green+Blue) = 157+72+154=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D489A is #62B765. Grayscale: #6A6A6A. Windows color (decimal): -6469478 or 10111133. OLE color: 10111133.
HSL color Cylindrical-coordinate representation of color #9D489A: hue angle of 302.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D489A is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 72 | 154 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.38 |
| HSL | 302.12º | 0.37% | 0.45% | - |
| HSV(B) | 302.12º | 0.54% | 0.62% | - |
| XYZ | 22.05 | 14.14 | 32.14 | - |
| YUV | 106.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 72 | 154 | 0 | 0.54 | 0.02 | 0.38 | 302.12 | 0.37 | 0.45 |
| Hex | 9D | 48 | 9A | 0 | 36 | 2 | 26 | 12E | 25 | 2D |
| Octal | 235 | 110 | 232 | 0 | 66 | 2 | 46 | 456 | 45 | 55 |
| Binary | 10011101 | 1001000 | 10011010 | 0 | 110110 | 10 | 100110 | 100101110 | 100101 | 101101 |
Color Harmonies of #9D489A
Complementary color
Monochromatic Colors of #9D489A
Black with #9D489A
Text Example
Text Example
White with #9D489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D489A; }
p { color: rgb(157,72,154); }
H1.HeaderClassName
{
color: #9D489A;
}
.AnyTagClassName
{
color: #9D489A;
}
</style>
background-color css
<style>
a { background-color: #9D489A; }
a { background-color: rgb(157,72,154); }
div.DivClassName
{
background-color: #9D489A;
}
.BgClassName
{
background-color: #9D489A;
}
</style>
border-color css
<style>
span { border-color: #9D489A; }
span { border-color: rgb(157,72,154); }
td.TdClassName
{
border-color: #9D489A;
}
.TagClassName
{
border-color: #9D489A;
}
</style>