Shades of Violet Blue #9D489F
Tints of Violet Blue #9D489F
RGB
CMYK
RGB Variations
Color information
#9D489F (or 0x9D489F) is known color: Violet Blue. HEX triplet: 9D, 48 and 9F. RGB value is (157,72,159). Sum of RGB (Red+Green+Blue) = 157+72+159=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D489F is #62B760. Grayscale: #6B6B6B. Windows color (decimal): -6469473 or 10438813. OLE color: 10438813.
HSL color Cylindrical-coordinate representation of color #9D489F: hue angle of 298.62º 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 #9D489F is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 72 | 159 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.38 |
| HSL | 298.62º | 0.38% | 0.45% | - |
| HSV(B) | 298.62º | 0.55% | 0.62% | - |
| XYZ | 22.48 | 14.31 | 34.38 | - |
| YUV | 107.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 72 | 159 | 0.01 | 0.55 | 0 | 0.38 | 298.62 | 0.38 | 0.45 |
| Hex | 9D | 48 | 9F | 1 | 37 | 0 | 26 | 12B | 26 | 2D |
| Octal | 235 | 110 | 237 | 1 | 67 | 0 | 46 | 453 | 46 | 55 |
| Binary | 10011101 | 1001000 | 10011111 | 1 | 110111 | 0 | 100110 | 100101011 | 100110 | 101101 |
Color Harmonies of #9D489F
Complementary color
Monochromatic Colors of #9D489F
Black with #9D489F
Text Example
Text Example
White with #9D489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D489F; }
p { color: rgb(157,72,159); }
H1.HeaderClassName
{
color: #9D489F;
}
.AnyTagClassName
{
color: #9D489F;
}
</style>
background-color css
<style>
a { background-color: #9D489F; }
a { background-color: rgb(157,72,159); }
div.DivClassName
{
background-color: #9D489F;
}
.BgClassName
{
background-color: #9D489F;
}
</style>
border-color css
<style>
span { border-color: #9D489F; }
span { border-color: rgb(157,72,159); }
td.TdClassName
{
border-color: #9D489F;
}
.TagClassName
{
border-color: #9D489F;
}
</style>