Shades of Violet Blue #9D459B
Tints of Violet Blue #9D459B
RGB
CMYK
RGB Variations
Color information
#9D459B (or 0x9D459B) is known color: Violet Blue. HEX triplet: 9D, 45 and 9B. RGB value is (157,69,155). Sum of RGB (Red+Green+Blue) = 157+69+155=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D459B is #62BA64. Grayscale: #686868. Windows color (decimal): -6470245 or 10175901. OLE color: 10175901.
HSL color Cylindrical-coordinate representation of color #9D459B: hue angle of 301.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D459B is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 155 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.38 |
| HSL | 301.36º | 0.39% | 0.44% | - |
| HSV(B) | 301.36º | 0.56% | 0.62% | - |
| XYZ | 21.95 | 13.79 | 32.52 | - |
| YUV | 105.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 155 | 0 | 0.56 | 0.01 | 0.38 | 301.36 | 0.39 | 0.44 |
| Hex | 9D | 45 | 9B | 0 | 38 | 1 | 26 | 12D | 27 | 2C |
| Octal | 235 | 105 | 233 | 0 | 70 | 1 | 46 | 455 | 47 | 54 |
| Binary | 10011101 | 1000101 | 10011011 | 0 | 111000 | 1 | 100110 | 100101101 | 100111 | 101100 |
Color Harmonies of #9D459B
Complementary color
Monochromatic Colors of #9D459B
Black with #9D459B
Text Example
Text Example
White with #9D459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D459B; }
p { color: rgb(157,69,155); }
H1.HeaderClassName
{
color: #9D459B;
}
.AnyTagClassName
{
color: #9D459B;
}
</style>
background-color css
<style>
a { background-color: #9D459B; }
a { background-color: rgb(157,69,155); }
div.DivClassName
{
background-color: #9D459B;
}
.BgClassName
{
background-color: #9D459B;
}
</style>
border-color css
<style>
span { border-color: #9D459B; }
span { border-color: rgb(157,69,155); }
td.TdClassName
{
border-color: #9D459B;
}
.TagClassName
{
border-color: #9D459B;
}
</style>