Shades of Violet Blue #945DA5
Tints of Violet Blue #945DA5
RGB
CMYK
RGB Variations
Color information
#945DA5 (or 0x945DA5) is known color: Violet Blue. HEX triplet: 94, 5D and A5. RGB value is (148,93,165). Sum of RGB (Red+Green+Blue) = 148+93+165=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #945DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945DA5 is #6BA25A. Grayscale: #757575. Windows color (decimal): -7053915 or 10837396. OLE color: 10837396.
HSL color Cylindrical-coordinate representation of color #945DA5: hue angle of 285.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945DA5 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 93 | 165 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.35 |
| HSL | 285.83º | 0.29% | 0.51% | - |
| HSV(B) | 285.83º | 0.44% | 0.65% | - |
| XYZ | 22.92 | 16.84 | 37.64 | - |
| YUV | 117.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 165 | 0.10 | 0.44 | 0 | 0.35 | 285.83 | 0.29 | 0.51 |
| Hex | 94 | 5D | A5 | A | 2C | 0 | 23 | 11E | 1D | 33 |
| Octal | 224 | 135 | 245 | 12 | 54 | 0 | 43 | 436 | 35 | 63 |
| Binary | 10010100 | 1011101 | 10100101 | 1010 | 101100 | 0 | 100011 | 100011110 | 11101 | 110011 |
Color Harmonies of #945DA5
Complementary color
Monochromatic Colors of #945DA5
Black with #945DA5
Text Example
Text Example
White with #945DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DA5; }
p { color: rgb(148,93,165); }
H1.HeaderClassName
{
color: #945DA5;
}
.AnyTagClassName
{
color: #945DA5;
}
</style>
background-color css
<style>
a { background-color: #945DA5; }
a { background-color: rgb(148,93,165); }
div.DivClassName
{
background-color: #945DA5;
}
.BgClassName
{
background-color: #945DA5;
}
</style>
border-color css
<style>
span { border-color: #945DA5; }
span { border-color: rgb(148,93,165); }
td.TdClassName
{
border-color: #945DA5;
}
.TagClassName
{
border-color: #945DA5;
}
</style>