Shades of Violet Blue #945C93
Tints of Violet Blue #945C93
RGB
CMYK
RGB Variations
Color information
#945C93 (or 0x945C93) is known color: Violet Blue. HEX triplet: 94, 5C and 93. RGB value is (148,92,147). Sum of RGB (Red+Green+Blue) = 148+92+147=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #945C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945C93 is #6BA36C. Grayscale: #727272. Windows color (decimal): -7054189 or 9657492. OLE color: 9657492.
HSL color Cylindrical-coordinate representation of color #945C93: hue angle of 301.07º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945C93 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 147 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.42 |
| HSL | 301.07º | 0.23% | 0.47% | - |
| HSV(B) | 301.07º | 0.38% | 0.58% | - |
| XYZ | 21.31 | 16.06 | 29.58 | - |
| YUV | 115.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 147 | 0 | 0.38 | 0.01 | 0.42 | 301.07 | 0.23 | 0.47 |
| Hex | 94 | 5C | 93 | 0 | 26 | 1 | 2A | 12D | 17 | 2F |
| Octal | 224 | 134 | 223 | 0 | 46 | 1 | 52 | 455 | 27 | 57 |
| Binary | 10010100 | 1011100 | 10010011 | 0 | 100110 | 1 | 101010 | 100101101 | 10111 | 101111 |
Color Harmonies of #945C93
Complementary color
Monochromatic Colors of #945C93
Black with #945C93
Text Example
Text Example
White with #945C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C93; }
p { color: rgb(148,92,147); }
H1.HeaderClassName
{
color: #945C93;
}
.AnyTagClassName
{
color: #945C93;
}
</style>
background-color css
<style>
a { background-color: #945C93; }
a { background-color: rgb(148,92,147); }
div.DivClassName
{
background-color: #945C93;
}
.BgClassName
{
background-color: #945C93;
}
</style>
border-color css
<style>
span { border-color: #945C93; }
span { border-color: rgb(148,92,147); }
td.TdClassName
{
border-color: #945C93;
}
.TagClassName
{
border-color: #945C93;
}
</style>