Shades of Violet Blue #9D459F
Tints of Violet Blue #9D459F
RGB
CMYK
RGB Variations
Color information
#9D459F (or 0x9D459F) is known color: Violet Blue. HEX triplet: 9D, 45 and 9F. RGB value is (157,69,159). Sum of RGB (Red+Green+Blue) = 157+69+159=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D459F is #62BA60. Grayscale: #696969. Windows color (decimal): -6470241 or 10438045. OLE color: 10438045.
HSL color Cylindrical-coordinate representation of color #9D459F: hue angle of 298.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D459F is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 159 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.38 |
| HSL | 298.67º | 0.39% | 0.45% | - |
| HSV(B) | 298.67º | 0.57% | 0.62% | - |
| XYZ | 22.29 | 13.93 | 34.31 | - |
| YUV | 105.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 159 | 0.01 | 0.57 | 0 | 0.38 | 298.67 | 0.39 | 0.45 |
| Hex | 9D | 45 | 9F | 1 | 39 | 0 | 26 | 12B | 27 | 2D |
| Octal | 235 | 105 | 237 | 1 | 71 | 0 | 46 | 453 | 47 | 55 |
| Binary | 10011101 | 1000101 | 10011111 | 1 | 111001 | 0 | 100110 | 100101011 | 100111 | 101101 |
Color Harmonies of #9D459F
Complementary color
Monochromatic Colors of #9D459F
Black with #9D459F
Text Example
Text Example
White with #9D459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D459F; }
p { color: rgb(157,69,159); }
H1.HeaderClassName
{
color: #9D459F;
}
.AnyTagClassName
{
color: #9D459F;
}
</style>
background-color css
<style>
a { background-color: #9D459F; }
a { background-color: rgb(157,69,159); }
div.DivClassName
{
background-color: #9D459F;
}
.BgClassName
{
background-color: #9D459F;
}
</style>
border-color css
<style>
span { border-color: #9D459F; }
span { border-color: rgb(157,69,159); }
td.TdClassName
{
border-color: #9D459F;
}
.TagClassName
{
border-color: #9D459F;
}
</style>