Shades of Violet Blue #945DA4
Tints of Violet Blue #945DA4
RGB
CMYK
RGB Variations
Color information
#945DA4 (or 0x945DA4) is known color: Violet Blue. HEX triplet: 94, 5D and A4. RGB value is (148,93,164). Sum of RGB (Red+Green+Blue) = 148+93+164=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #945DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945DA4 is #6BA25B. Grayscale: #757575. Windows color (decimal): -7053916 or 10771860. OLE color: 10771860.
HSL color Cylindrical-coordinate representation of color #945DA4: hue angle of 286.48º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945DA4 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 93 | 164 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.36 |
| HSL | 286.48º | 0.28% | 0.5% | - |
| HSV(B) | 286.48º | 0.43% | 0.64% | - |
| XYZ | 22.83 | 16.8 | 37.16 | - |
| YUV | 117.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 164 | 0.10 | 0.43 | 0 | 0.36 | 286.48 | 0.28 | 0.5 |
| Hex | 94 | 5D | A4 | A | 2B | 0 | 24 | 11E | 1C | 32 |
| Octal | 224 | 135 | 244 | 12 | 53 | 0 | 44 | 436 | 34 | 62 |
| Binary | 10010100 | 1011101 | 10100100 | 1010 | 101011 | 0 | 100100 | 100011110 | 11100 | 110010 |
Color Harmonies of #945DA4
Complementary color
Monochromatic Colors of #945DA4
Black with #945DA4
Text Example
Text Example
White with #945DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DA4; }
p { color: rgb(148,93,164); }
H1.HeaderClassName
{
color: #945DA4;
}
.AnyTagClassName
{
color: #945DA4;
}
</style>
background-color css
<style>
a { background-color: #945DA4; }
a { background-color: rgb(148,93,164); }
div.DivClassName
{
background-color: #945DA4;
}
.BgClassName
{
background-color: #945DA4;
}
</style>
border-color css
<style>
span { border-color: #945DA4; }
span { border-color: rgb(148,93,164); }
td.TdClassName
{
border-color: #945DA4;
}
.TagClassName
{
border-color: #945DA4;
}
</style>