Shades of Violet Blue #945CA3
Tints of Violet Blue #945CA3
RGB
CMYK
RGB Variations
Color information
#945CA3 (or 0x945CA3) is known color: Violet Blue. HEX triplet: 94, 5C and A3. RGB value is (148,92,163). Sum of RGB (Red+Green+Blue) = 148+92+163=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 163 - color contains mainly: blue. Hex color #945CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945CA3 is #6BA35C. Grayscale: #747474. Windows color (decimal): -7054173 or 10706068. OLE color: 10706068.
HSL color Cylindrical-coordinate representation of color #945CA3: hue angle of 287.32º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945CA3 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 92 | 163 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.36 |
| HSL | 287.32º | 0.28% | 0.5% | - |
| HSV(B) | 287.32º | 0.44% | 0.64% | - |
| XYZ | 22.65 | 16.59 | 36.66 | - |
| YUV | 116.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 163 | 0.09 | 0.44 | 0 | 0.36 | 287.32 | 0.28 | 0.5 |
| Hex | 94 | 5C | A3 | 9 | 2C | 0 | 24 | 11F | 1C | 32 |
| Octal | 224 | 134 | 243 | 11 | 54 | 0 | 44 | 437 | 34 | 62 |
| Binary | 10010100 | 1011100 | 10100011 | 1001 | 101100 | 0 | 100100 | 100011111 | 11100 | 110010 |
Color Harmonies of #945CA3
Complementary color
Monochromatic Colors of #945CA3
Black with #945CA3
Text Example
Text Example
White with #945CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945CA3; }
p { color: rgb(148,92,163); }
H1.HeaderClassName
{
color: #945CA3;
}
.AnyTagClassName
{
color: #945CA3;
}
</style>
background-color css
<style>
a { background-color: #945CA3; }
a { background-color: rgb(148,92,163); }
div.DivClassName
{
background-color: #945CA3;
}
.BgClassName
{
background-color: #945CA3;
}
</style>
border-color css
<style>
span { border-color: #945CA3; }
span { border-color: rgb(148,92,163); }
td.TdClassName
{
border-color: #945CA3;
}
.TagClassName
{
border-color: #945CA3;
}
</style>