Shades of Violet Blue #9D458C
Tints of Violet Blue #9D458C
RGB
CMYK
RGB Variations
Color information
#9D458C (or 0x9D458C) is known color: Violet Blue. HEX triplet: 9D, 45 and 8C. RGB value is (157,69,140). Sum of RGB (Red+Green+Blue) = 157+69+140=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D458C is #62BA73. Grayscale: #676767. Windows color (decimal): -6470260 or 9192861. OLE color: 9192861.
HSL color Cylindrical-coordinate representation of color #9D458C: hue angle of 311.59º 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 #9D458C is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 140 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.38 |
| HSL | 311.59º | 0.39% | 0.44% | - |
| HSV(B) | 311.59º | 0.56% | 0.62% | - |
| XYZ | 20.77 | 13.32 | 26.29 | - |
| YUV | 103.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 140 | 0 | 0.56 | 0.11 | 0.38 | 311.59 | 0.39 | 0.44 |
| Hex | 9D | 45 | 8C | 0 | 38 | B | 26 | 138 | 27 | 2C |
| Octal | 235 | 105 | 214 | 0 | 70 | 13 | 46 | 470 | 47 | 54 |
| Binary | 10011101 | 1000101 | 10001100 | 0 | 111000 | 1011 | 100110 | 100111000 | 100111 | 101100 |
Color Harmonies of #9D458C
Complementary color
Monochromatic Colors of #9D458C
Black with #9D458C
Text Example
Text Example
White with #9D458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D458C; }
p { color: rgb(157,69,140); }
H1.HeaderClassName
{
color: #9D458C;
}
.AnyTagClassName
{
color: #9D458C;
}
</style>
background-color css
<style>
a { background-color: #9D458C; }
a { background-color: rgb(157,69,140); }
div.DivClassName
{
background-color: #9D458C;
}
.BgClassName
{
background-color: #9D458C;
}
</style>
border-color css
<style>
span { border-color: #9D458C; }
span { border-color: rgb(157,69,140); }
td.TdClassName
{
border-color: #9D458C;
}
.TagClassName
{
border-color: #9D458C;
}
</style>