Shades of Violet Blue #9D61A4
Tints of Violet Blue #9D61A4
RGB
CMYK
RGB Variations
Color information
#9D61A4 (or 0x9D61A4) is known color: Violet Blue. HEX triplet: 9D, 61 and A4. RGB value is (157,97,164). Sum of RGB (Red+Green+Blue) = 157+97+164=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D61A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D61A4 is #629E5B. Grayscale: #7A7A7A. Windows color (decimal): -6463068 or 10772893. OLE color: 10772893.
HSL color Cylindrical-coordinate representation of color #9D61A4: hue angle of 293.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D61A4 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 97 | 164 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.36 |
| HSL | 293.73º | 0.27% | 0.51% | - |
| HSV(B) | 293.73º | 0.41% | 0.64% | - |
| XYZ | 24.88 | 18.4 | 37.36 | - |
| YUV | 122.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 164 | 0.04 | 0.41 | 0 | 0.36 | 293.73 | 0.27 | 0.51 |
| Hex | 9D | 61 | A4 | 4 | 29 | 0 | 24 | 126 | 1B | 33 |
| Octal | 235 | 141 | 244 | 4 | 51 | 0 | 44 | 446 | 33 | 63 |
| Binary | 10011101 | 1100001 | 10100100 | 100 | 101001 | 0 | 100100 | 100100110 | 11011 | 110011 |
Color Harmonies of #9D61A4
Complementary color
Monochromatic Colors of #9D61A4
Black with #9D61A4
Text Example
Text Example
White with #9D61A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D61A4; }
p { color: rgb(157,97,164); }
H1.HeaderClassName
{
color: #9D61A4;
}
.AnyTagClassName
{
color: #9D61A4;
}
</style>
background-color css
<style>
a { background-color: #9D61A4; }
a { background-color: rgb(157,97,164); }
div.DivClassName
{
background-color: #9D61A4;
}
.BgClassName
{
background-color: #9D61A4;
}
</style>
border-color css
<style>
span { border-color: #9D61A4; }
span { border-color: rgb(157,97,164); }
td.TdClassName
{
border-color: #9D61A4;
}
.TagClassName
{
border-color: #9D61A4;
}
</style>