Shades of Violet Blue #944693
Tints of Violet Blue #944693
RGB
CMYK
RGB Variations
Color information
#944693 (or 0x944693) is known color: Violet Blue. HEX triplet: 94, 46 and 93. RGB value is (148,70,147). Sum of RGB (Red+Green+Blue) = 148+70+147=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #944693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944693 is #6BB96C. Grayscale: #656565. Windows color (decimal): -7059821 or 9651860. OLE color: 9651860.
HSL color Cylindrical-coordinate representation of color #944693: hue angle of 300.77º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944693 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 70 | 147 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.42 |
| HSL | 300.77º | 0.36% | 0.43% | - |
| HSV(B) | 300.77º | 0.53% | 0.58% | - |
| XYZ | 19.67 | 12.78 | 29.03 | - |
| YUV | 102.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 147 | 0 | 0.53 | 0.01 | 0.42 | 300.77 | 0.36 | 0.43 |
| Hex | 94 | 46 | 93 | 0 | 35 | 1 | 2A | 12D | 24 | 2B |
| Octal | 224 | 106 | 223 | 0 | 65 | 1 | 52 | 455 | 44 | 53 |
| Binary | 10010100 | 1000110 | 10010011 | 0 | 110101 | 1 | 101010 | 100101101 | 100100 | 101011 |
Color Harmonies of #944693
Complementary color
Monochromatic Colors of #944693
Black with #944693
Text Example
Text Example
White with #944693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944693; }
p { color: rgb(148,70,147); }
H1.HeaderClassName
{
color: #944693;
}
.AnyTagClassName
{
color: #944693;
}
</style>
background-color css
<style>
a { background-color: #944693; }
a { background-color: rgb(148,70,147); }
div.DivClassName
{
background-color: #944693;
}
.BgClassName
{
background-color: #944693;
}
</style>
border-color css
<style>
span { border-color: #944693; }
span { border-color: rgb(148,70,147); }
td.TdClassName
{
border-color: #944693;
}
.TagClassName
{
border-color: #944693;
}
</style>